summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
committerjkh <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
commite78f90a463bccd212562b38296af14108597d7d2 (patch)
treec00dfa0d383999b1a34428211808a508dd328ef8 /libexec/bootpd
parente5e0a79080bc8c0bcc844b2d769845c4bdb7ce09 (diff)
downloadFreeBSD-src-e78f90a463bccd212562b38296af14108597d7d2.zip
FreeBSD-src-e78f90a463bccd212562b38296af14108597d7d2.tar.gz
__386BSD__ -> __FreeBSD__
I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
Diffstat (limited to 'libexec/bootpd')
-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 d131b50..724a376 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>
OpenPOWER on IntegriCloud