Fix make world breakage.

Broken by:	me
This commit is contained in:
archie 2000-07-19 16:03:34 +00:00
parent b0e74737e9
commit a66f7a68d6

View File

@ -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