summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-12-10 17:11:53 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-12-10 17:11:53 +0000
commit628d2ac1b093f48f6fb98b17308acacc929876d8 (patch)
tree1bb2cd09b3e27a462e04923aa2922608ee5ea899 /libexec
parentfc43f97826e798ad4e3534b59f3b8d3aac1c4abe (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/bootpd/getether.c3
-rw-r--r--libexec/bootpd/getif.c4
-rw-r--r--libexec/bootpd/lookup.c4
-rw-r--r--libexec/bootpd/rtmsg.c3
-rw-r--r--libexec/bootpd/tools/bootptest/print-bootp.c4
-rw-r--r--libexec/rbootd/bpf.c3
6 files changed, 9 insertions, 12 deletions
diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c
index c396c8125484b..dc3a88ccd4f5d 100644
--- a/libexec/bootpd/getether.c
+++ b/libexec/bootpd/getether.c
@@ -7,7 +7,7 @@
* If you figure out how to do this on another system,
* please let me know. <gwr@mc.com>
*
- * $Id$
+ * $Id: getether.c,v 1.4 1996/09/22 21:52:09 wosch Exp $
*/
#include <sys/types.h>
@@ -111,6 +111,7 @@ getether(ifname, eap)
#if defined(__FreeBSD__) || defined(__NetBSD__)
/* Thanks to John Brezak <brezak@ch.hp.com> for this code. */
#include <sys/ioctl.h>
+#include <sys/time.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_types.h>
diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c
index eeff50f081d23..2d72909ef859b 100644
--- a/libexec/bootpd/getif.c
+++ b/libexec/bootpd/getif.c
@@ -1,7 +1,7 @@
/*
* getif.c : get an interface structure
*
- * $Id$
+ * $Id: getif.c,v 1.3 1996/09/22 21:52:12 wosch Exp $
*/
#include <sys/types.h>
@@ -15,9 +15,7 @@
#include <sys/stropts.h>
#endif
-#ifdef _AIX32
#include <sys/time.h> /* for struct timeval in net/if.h */
-#endif
#include <net/if.h> /* for struct ifreq */
#include <netinet/in.h>
diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c
index ed1a27cbe2cf9..b5b51b547cbc2 100644
--- a/libexec/bootpd/lookup.c
+++ b/libexec/bootpd/lookup.c
@@ -1,15 +1,13 @@
/*
* lookup.c - Lookup IP address, HW address, netmask
*
- * $Id$
+ * $Id: lookup.c,v 1.2 1996/09/22 21:52:21 wosch Exp $
*/
#include <sys/types.h>
#include <sys/socket.h>
-#ifdef _AIX32
#include <sys/time.h> /* for struct timeval in net/if.h */
-#endif
#include <net/if.h>
#include <netinet/in.h>
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c
index 5942b22d13f4e..0338a95291ef2 100644
--- a/libexec/bootpd/rtmsg.c
+++ b/libexec/bootpd/rtmsg.c
@@ -39,7 +39,7 @@
/*
* from arp.c 8.2 (Berkeley) 1/2/94
- * $Id: rtmsg.c,v 1.3 1995/01/30 11:11:43 dfr Exp $
+ * $Id: rtmsg.c,v 1.4 1995/05/30 05:45:49 rgrimes Exp $
*/
#include <sys/param.h>
@@ -51,6 +51,7 @@
#include <sys/socket.h>
#include <sys/filio.h>
+#include <sys/time.h>
#include <net/if.h>
#include <net/if_dl.h>
diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c
index 8390321912a39..b51f42c383cce 100644
--- a/libexec/bootpd/tools/bootptest/print-bootp.c
+++ b/libexec/bootpd/tools/bootptest/print-bootp.c
@@ -23,7 +23,7 @@
* This file was copied from tcpdump-2.1.1 and modified.
* There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov>
*
- * $Id$
+ * $Id: print-bootp.c,v 1.2 1996/09/22 21:52:58 wosch Exp $
*/
#include <stdio.h>
@@ -32,9 +32,7 @@
#include <sys/types.h>
#include <sys/socket.h>
-#ifdef _AIX32
#include <sys/time.h> /* for struct timeval in net/if.h */
-#endif
#include <net/if.h>
#include <netinet/in.h>
diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c
index c39150cae4494..4b24aa47846bf 100644
--- a/libexec/rbootd/bpf.c
+++ b/libexec/rbootd/bpf.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* @(#)bpf.c 8.1 (Berkeley) 6/4/93
- * $Id$
+ * $Id: bpf.c,v 1.3 1996/09/22 21:54:25 wosch Exp $
*
* Utah $Hdr: bpf.c 3.1 92/07/06$
* Author: Jeff Forys, University of Utah CSS
@@ -52,6 +52,7 @@ static char sccsid[] = "@(#)bpf.c 8.1 (Berkeley) 6/4/93";
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <net/if.h>
#include <net/bpf.h>