diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-01-23 01:58:00 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-01-23 01:58:00 +0000 |
| commit | d1c0e759215476ec5efda9d6bc78fe83ebfe92ca (patch) | |
| tree | f2cdb17994759e8a60951777777051b80c22c105 /libexec/bootpd/getether.c | |
| parent | e08ac58bbe2be2817736b8f4b32c75f8d55359df (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/getether.c')
| -rw-r--r-- | libexec/bootpd/getether.c | 2 |
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> |
