summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2007-01-04 19:12:42 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2007-01-04 19:12:42 +0000
commit6aa804bb01c627a822a2b31e01d161ec829448cf (patch)
treee9f0d736f8d5f5654ef58046914bebaffe351987
parente39f9ce726eac97ab67f820f7c3ab3a7dd5376bf (diff)
<sys/un.h> not needed
-rw-r--r--sbin/dhclient/dhcpd.h3
-rw-r--r--usr.sbin/dhcpd/dhcpd.h3
-rw-r--r--usr.sbin/dhcrelay/dhcpd.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index 9cd0612f0e6..e0b2aa85303 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.57 2006/12/27 20:56:33 krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.58 2007/01/04 19:12:41 stevesk Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -44,7 +44,6 @@
#include <sys/sockio.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <sys/un.h>
#include <sys/wait.h>
#include <net/if.h>
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h
index 6261d4118b8..a7d59ed10c4 100644
--- a/usr.sbin/dhcpd/dhcpd.h
+++ b/usr.sbin/dhcpd/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.28 2006/12/17 18:03:33 stevesk Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.29 2007/01/04 19:12:41 stevesk Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
@@ -40,7 +40,6 @@
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/un.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/sockio.h>
diff --git a/usr.sbin/dhcrelay/dhcpd.h b/usr.sbin/dhcrelay/dhcpd.h
index 64756ed9a21..332dfb33a14 100644
--- a/usr.sbin/dhcrelay/dhcpd.h
+++ b/usr.sbin/dhcrelay/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.10 2006/12/18 01:08:58 stevesk Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.11 2007/01/04 19:12:41 stevesk Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -44,7 +44,6 @@
#include <sys/sockio.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <sys/un.h>
#include <sys/wait.h>
#include <net/if.h>