summaryrefslogtreecommitdiff
path: root/net/arpwatch-devel/files/patch-ao
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-20 06:52:41 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-20 06:52:41 +0000
commit8cebb8c7f21209c0e83ffdc38ff48c5b49722d0d (patch)
tree8a0dff6242cec7f17437381a9c729e2113596eac /net/arpwatch-devel/files/patch-ao
parent- Add WWW: (diff)
- Move arpwatch-devel to new category - net-mgmt
PR: ports/64483 Submitted by: Matthew George <mdg@secureworks.net>
Diffstat (limited to 'net/arpwatch-devel/files/patch-ao')
-rw-r--r--net/arpwatch-devel/files/patch-ao20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/arpwatch-devel/files/patch-ao b/net/arpwatch-devel/files/patch-ao
deleted file mode 100644
index 2472b9f35f7c..000000000000
--- a/net/arpwatch-devel/files/patch-ao
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../arpwatch.orig/report.h Wed Jun 5 01:40:54 1996
-+++ ./report.h Mon Sep 15 15:03:20 2003
-@@ -1,3 +1,16 @@
- /* @(#) $Header: report.h,v 1.3 96/06/04 22:40:53 leres Exp $ (LBL) */
-
--void report(char *, u_int32_t, u_char *, u_char *, time_t *, time_t *);
-+
-+typedef enum
-+ {
-+ ETHER_NEW=1,
-+ ETHER_IFCHG=2,
-+ ACTIVITY_NEW=4,
-+ IP_NEW=8,
-+ IP_ETHERCHG=16,
-+ IP_ETHER_REUSE=32,
-+ FLIPFLOP=64,
-+ FLIPFLOP_DECNET=128
-+ } evt_type;
-+
-+void report(evt_type, u_int32_t, u_char *, u_char *, time_t *, time_t *, char *, char *);