aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-07-19 16:03:34 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-07-19 16:03:34 +0000
commit07da1e52ec3b173cab6f24c07c2251d25059a0e4 (patch)
treeff04ae239e4389fadfae27789c6fae261f796afc /contrib/libpcap
parent0617522889f00c8b2e5affad7af24bd13d301d62 (diff)
downloadsrc-07da1e52ec3b173cab6f24c07c2251d25059a0e4.tar.gz
src-07da1e52ec3b173cab6f24c07c2251d25059a0e4.zip
Fix make world breakage.
Broken by: me
Notes
Notes: svn path=/head/; revision=63532
Diffstat (limited to 'contrib/libpcap')
-rw-r--r--contrib/libpcap/nametoaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/nametoaddr.c b/contrib/libpcap/nametoaddr.c
index 243f6648fa97..857aac041da9 100644
--- a/contrib/libpcap/nametoaddr.c
+++ b/contrib/libpcap/nametoaddr.c
@@ -366,7 +366,7 @@ pcap_ether_hostton(const char *name)
}
#else
-#if !defined(sgi) && !defined(__NetBSD__)
+#if !defined(sgi) && !defined(__NetBSD__) && !defined(__FreeBSD__)
extern int ether_hostton(char *, struct ether_addr *);
#endif