summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2014-11-18 20:54:28 +0000
committerkrw <krw@openbsd.org>2014-11-18 20:54:28 +0000
commit5376bb5a556a2b4d47469cff9e127c43579f3f91 (patch)
tree46cd9b918cee73fbc25b90d626abe3f5ce50ff1e /usr.sbin/ypserv
parentNuke some obvious #include duplications. (diff)
downloadwireguard-openbsd-5376bb5a556a2b4d47469cff9e127c43579f3f91.tar.xz
wireguard-openbsd-5376bb5a556a2b4d47469cff9e127c43579f3f91.zip
Nuke more obvious #include duplications.
ok deraadt@ millert@ tedu@
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r--usr.sbin/ypserv/common/yplib_host.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/common/yplib_host.c b/usr.sbin/ypserv/common/yplib_host.c
index 2cca2a0ff38..1d1ed503c5e 100644
--- a/usr.sbin/ypserv/common/yplib_host.c
+++ b/usr.sbin/ypserv/common/yplib_host.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yplib_host.c,v 1.16 2009/10/27 23:59:57 deraadt Exp $ */
+/* $OpenBSD: yplib_host.c,v 1.17 2014/11/18 20:54:29 krw Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com>
@@ -37,7 +37,6 @@
#include <string.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
#include <rpc/rpc.h>