aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.yppasswdd
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2011-06-24 07:05:20 +0000
committerKevin Lo <kevlo@FreeBSD.org>2011-06-24 07:05:20 +0000
commitfdb6437f737f493d4a064fb1891bfc78024e06a1 (patch)
tree37f94f5893893d0b61b70f14ae974402470323fb /usr.sbin/rpc.yppasswdd
parentf6c506d9cf5056e5165edcdfb1cb2078e026d435 (diff)
Remove duplicated header files
Notes
Notes: svn path=/head/; revision=223492
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
index 8c8969165274..38719c4a5c1a 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
#include <signal.h>
#include <stdio.h>
#include <stdlib.h> /* getenv, exit */
-#include <string.h>
#include <string.h> /* strcmp */
#include <syslog.h>
#include <unistd.h>