summaryrefslogtreecommitdiff
path: root/net-mgmt/argus/files/patch-ae
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /net-mgmt/argus/files/patch-ae
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
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
deleted file mode 100644
index 7c271fc998ef..000000000000
--- a/net-mgmt/argus/files/patch-ae
+++ /dev/null
@@ -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