mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Fix make world breakage.
Broken by: me
This commit is contained in:
parent
0617522889
commit
07da1e52ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63532
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user