aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2006-09-16 20:47:59 +0000
committerStefan Eßer <se@FreeBSD.org>2006-09-16 20:47:59 +0000
commit591dfcea18879826a30d166edbb98673ea10007c (patch)
treea41b91e1e3667cbab06f78b4f8730c1f8071ce51 /net-mgmt
parent1c68b80fa17e8554f7ad0e46174d203da9227c25 (diff)
downloadports-591dfcea18879826a30d166edbb98673ea10007c.tar.gz
ports-591dfcea18879826a30d166edbb98673ea10007c.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/argus/files/patch-common::argus_filter.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mgmt/argus/files/patch-common::argus_filter.c b/net-mgmt/argus/files/patch-common::argus_filter.c
new file mode 100644
index 000000000000..2c0d6bb3b24d
--- /dev/null
+++ b/net-mgmt/argus/files/patch-common::argus_filter.c
@@ -0,0 +1,20 @@
+--- common/argus_filter.c~ Sat Sep 16 22:36:56 2006
++++ common/argus_filter.c Sat Sep 16 22:38:10 2006
+@@ -3713,7 +3713,7 @@
+ extern int ether_hostton(char *, struct ether_addr *);
+ #endif
+
+-#if !defined(HAVE_ETHER_HOSTTON) && !defined(linux) && !defined(CYGWIN) && !defined(__NetBSD__)
++#if !defined(HAVE_ETHER_HOSTTON) && !defined(linux) && !defined(CYGWIN) && !defined(__NetBSD__) &&!defined(__FreeBSD__)
+ extern int ether_ntohost(char *, struct ether_addr *);
+ extern int ether_hostton(char *, struct ether_addr *);
+ #endif
+@@ -4680,7 +4680,7 @@
+ register u_char *ap;
+ u_char a[6];
+
+-#if !defined(HAVE_ETHER_HOSTTON) && !defined(__NetBSD__)
++#if !defined(HAVE_ETHER_HOSTTON) && !defined(__NetBSD__) && !defined(__FreeBSD__)
+ extern int ether_hostton(char *, struct ether_addr *);
+ #endif
+