summaryrefslogtreecommitdiff
path: root/net-mgmt/argus/files/patch-ae
blob: 7c271fc998efa2103e0368f1d5b46890bf93e0f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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