summaryrefslogtreecommitdiff
path: root/libexec/bootpd/getether.c
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-01-23 01:58:00 +0000
committerPaul Traina <pst@FreeBSD.org>1996-01-23 01:58:00 +0000
commitd1c0e759215476ec5efda9d6bc78fe83ebfe92ca (patch)
treef2cdb17994759e8a60951777777051b80c22c105 /libexec/bootpd/getether.c
parente08ac58bbe2be2817736b8f4b32c75f8d55359df (diff)
Notes
Diffstat (limited to 'libexec/bootpd/getether.c')
-rw-r--r--libexec/bootpd/getether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c
index a96a4bb1b2ae..71d576a36a09 100644
--- a/libexec/bootpd/getether.c
+++ b/libexec/bootpd/getether.c
@@ -106,7 +106,7 @@ getether(ifname, eap)
#endif /* SUNOS */
-#if defined(__386BSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
/* Thanks to John Brezak <brezak@ch.hp.com> for this code. */
#include <sys/ioctl.h>
#include <net/if.h>