summaryrefslogtreecommitdiff
path: root/net/arpwatch-devel/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/arpwatch-devel/files/patch-af')
-rw-r--r--net/arpwatch-devel/files/patch-af16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/arpwatch-devel/files/patch-af b/net/arpwatch-devel/files/patch-af
deleted file mode 100644
index 432cc064acd6..000000000000
--- a/net/arpwatch-devel/files/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
---- ../arpwatch-2.1a11/arpwatch.h Sat Sep 30 19:40:55 2000
-+++ ./arpwatch.h Fri Sep 12 17:01:42 2003
-@@ -1,6 +1,7 @@
- /* @(#) $Id: arpwatch.h,v 1.29 2000/09/30 23:40:49 leres Exp $ (LBL) */
-
- #define ARPFILE "arp.dat"
-+#define ETHERFILE "ether.dat"
- #define ETHERCODES "ethercodes.dat"
- #define CHECKPOINT (15*60) /* Checkpoint time in seconds */
-
-@@ -40,3 +41,5 @@
- #define SPA(ap) ((ap)->arp_spa)
- #define TPA(ap) ((ap)->arp_tpa)
- #endif
-+
-+int pcap_thread(char *);