diff options
Diffstat (limited to 'net-mgmt/arpwatch-devel/files/patch-am')
-rw-r--r-- | net-mgmt/arpwatch-devel/files/patch-am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch-devel/files/patch-am b/net-mgmt/arpwatch-devel/files/patch-am new file mode 100644 index 0000000..21a4076 --- /dev/null +++ b/net-mgmt/arpwatch-devel/files/patch-am @@ -0,0 +1,9 @@ +--- ../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 *); |