freebsd-ports/net/argus/files/patch-ae
Stefan Eßer ed5a397197 Upgrade to 1.8.1.
Make myself maintainer of this port (agreed to by
Jonathan Hanna, the current maintainer of this port).
2000-08-19 16:19:10 +00:00

11 lines
328 B
Text

--- common/addrtoname.c.orig Thu Apr 15 18:15:00 1999
+++ common/addrtoname.c Tue Aug 15 18:11:25 2000
@@ -59,7 +59,7 @@
static SIGRET nohostname(int);
#ifdef ETHER_SERVICE
struct ether_addr;
-#ifndef linux
+#if !defined(linux) && !defined(__FreeBSD__)
extern int ether_ntohost(char *, struct ether_addr *);
#endif
#endif