From e78f90a463bccd212562b38296af14108597d7d2 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 4 Nov 1994 02:14:13 +0000 Subject: __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? --- libexec/bootpd/getether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/bootpd') 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 for this code. */ #include #include -- cgit v1.1