summaryrefslogtreecommitdiff
path: root/net-mgmt/argus/files/patch-ae
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2001-04-08 17:31:23 +0000
committerStefan Eßer <se@FreeBSD.org>2001-04-08 17:31:23 +0000
commit762f6522181e70a69b491d1ce408ff2e6010270f (patch)
treec2efa80f287da84c704242a902b79c0b68a8f511 /net-mgmt/argus/files/patch-ae
parentFixed plist. (diff)
Upgrade to Argus-2.0.0.
Notes
Notes: svn path=/head/; revision=41074
Diffstat (limited to 'net-mgmt/argus/files/patch-ae')
-rw-r--r--net-mgmt/argus/files/patch-ae11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/argus/files/patch-ae b/net-mgmt/argus/files/patch-ae
index 7c271fc998ef..e69de29bb2d1 100644
--- a/net-mgmt/argus/files/patch-ae
+++ b/net-mgmt/argus/files/patch-ae
@@ -1,11 +0,0 @@
---- 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