From 6316a812ffce2a07760250a855370f709586d085 Mon Sep 17 00:00:00 2001 From: guenther Date: Thu, 26 Apr 2018 15:55:14 +0000 Subject: Prefer over in userland While here, delete some extra #includes and apply style(9) sort rules. ok deraadt@ krw@ mpi@ --- usr.sbin/ypbind/ypbind.c | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'usr.sbin/ypbind') diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index ef85d588728..944daef08d2 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypbind.c,v 1.71 2018/04/26 12:42:51 guenther Exp $ */ +/* $OpenBSD: ypbind.c,v 1.72 2018/04/26 15:55:14 guenther Exp $ */ /* * Copyright (c) 1992, 1993, 1996, 1997, 1998 Theo de Raadt @@ -29,31 +29,32 @@ #include #include #include -#include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include #include #include -#include #include #include #include -#include -#include #include #include + +#include +#include +#include +#include +#include #include +#include +#include #include +#include +#include +#include +#include #define SERVERSDIR "/etc/yp" #define BINDINGDIR "/var/yp/binding" -- cgit v1.2.3-59-g8ed1b