aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/getether.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
commitfb59d6ab65039bba42819e56039849708509b155 (patch)
treec00dfa0d383999b1a34428211808a508dd328ef8 /libexec/bootpd/getether.c
parentfb21f2fe904e10443a38446f398448d22a376a48 (diff)
downloadsrc-fb59d6ab65039bba42819e56039849708509b155.tar.gz
src-fb59d6ab65039bba42819e56039849708509b155.zip
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 d131b50f7f89..724a3767d3a7 100644
--- a/libexec/bootpd/getether.c
+++ b/libexec/bootpd/getether.c
@@ -101,7 +101,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>