summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-06-24 07:05:20 +0000
committerkevlo <kevlo@FreeBSD.org>2011-06-24 07:05:20 +0000
commit80dd636e8f80c9e1d3830ef8dfbef4f0191dacc3 (patch)
tree37f94f5893893d0b61b70f14ae974402470323fb /usr.sbin/rpc.ypupdated
parente3493c7d5460da801bcaa83327bcc05148764074 (diff)
downloadFreeBSD-src-80dd636e8f80c9e1d3830ef8dfbef4f0191dacc3.zip
FreeBSD-src-80dd636e8f80c9e1d3830ef8dfbef4f0191dacc3.tar.gz
Remove duplicated header files
Diffstat (limited to 'usr.sbin/rpc.ypupdated')
-rw-r--r--usr.sbin/rpc.ypupdated/update.c1
-rw-r--r--usr.sbin/rpc.ypupdated/ypupdated_main.c1
-rw-r--r--usr.sbin/rpc.ypupdated/ypupdated_server.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/rpc.ypupdated/update.c b/usr.sbin/rpc.ypupdated/update.c
index 72a7128..956b057 100644
--- a/usr.sbin/rpc.ypupdated/update.c
+++ b/usr.sbin/rpc.ypupdated/update.c
@@ -57,7 +57,6 @@ static const char rcsid[] =
#include <pwd.h>
#include <string.h>
#include <sys/resource.h>
-#include <stdlib.h>
#include "ypupdated_extern.h"
#ifdef YP
diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c
index c13af7d..92d8374 100644
--- a/usr.sbin/rpc.ypupdated/ypupdated_main.c
+++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c
@@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$");
#include <sys/wait.h>
#include <errno.h>
#include <err.h>
-#include <stdlib.h>
#include <unistd.h>
#include "ypupdated_extern.h"
#include "yp_extern.h"
diff --git a/usr.sbin/rpc.ypupdated/ypupdated_server.c b/usr.sbin/rpc.ypupdated/ypupdated_server.c
index c9a50dd..c4e163a 100644
--- a/usr.sbin/rpc.ypupdated/ypupdated_server.c
+++ b/usr.sbin/rpc.ypupdated/ypupdated_server.c
@@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc.h>
#include <rpc/key_prot.h>
#include <sys/param.h>
-#include <sys/cdefs.h>
#include <rpcsvc/yp.h>
#include "ypupdate_prot.h"
#include "ypupdated_extern.h"
OpenPOWER on IntegriCloud