summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/lookup.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-03 20:19:50 +0000
committerwollman <wollman@FreeBSD.org>1997-01-03 20:19:50 +0000
commit5972643f58355298ad5382ed2e5cf054930f6927 (patch)
tree921b9687fd07168367a910cfcaa9fef197354830 /libexec/bootpd/lookup.c
parente9eee4f4075fde5691b87c6d72f173e550b0fb4c (diff)
downloadFreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.zip
FreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.tar.gz
Update to match changes in <net/if.h>.
Diffstat (limited to 'libexec/bootpd/lookup.c')
-rw-r--r--libexec/bootpd/lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c
index b5b51b5..aa73cda 100644
--- a/libexec/bootpd/lookup.c
+++ b/libexec/bootpd/lookup.c
@@ -1,7 +1,7 @@
/*
* lookup.c - Lookup IP address, HW address, netmask
*
- * $Id: lookup.c,v 1.2 1996/09/22 21:52:21 wosch Exp $
+ * $Id: lookup.c,v 1.3 1996/12/10 17:05:33 wollman Exp $
*/
#include <sys/types.h>
@@ -12,7 +12,7 @@
#include <netinet/in.h>
#ifdef ETC_ETHERS
-#include <netinet/if_ether.h>
+#include <net/ethernet.h>
extern int ether_hostton();
#endif
OpenPOWER on IntegriCloud