summaryrefslogtreecommitdiff
path: root/net/arpwatch-devel/files/patch-am
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-am
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-am')
-rw-r--r--net/arpwatch-devel/files/patch-am9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/arpwatch-devel/files/patch-am b/net/arpwatch-devel/files/patch-am
deleted file mode 100644
index 21a4076dc3ef..000000000000
--- a/net/arpwatch-devel/files/patch-am
+++ /dev/null
@@ -1,9 +0,0 @@
---- ../arpwatch.orig/file.h Sun Jan 17 20:46:04 1999
-+++ ./file.h Fri Sep 12 17:01:42 2003
-@@ -1,5 +1,5 @@
- /* @(#) $Header: file.h,v 1.4 99/01/17 17:46:03 leres Exp $ (LBL) */
-
--typedef int (*file_process)(u_int32_t, u_char *, time_t, char *);
-+typedef int (*file_process)(u_int32_t, u_char *, time_t, char *, char *);
-
- int file_loop(FILE *, file_process, const char *);