summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch-devel/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arpwatch-devel/files/patch-ah')
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-ah20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/arpwatch-devel/files/patch-ah b/net-mgmt/arpwatch-devel/files/patch-ah
deleted file mode 100644
index 0dd2433a689f..000000000000
--- a/net-mgmt/arpwatch-devel/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- report.c.orig Sun Oct 1 00:41:10 2000
-+++ report.c Thu Feb 22 22:47:29 2001
-@@ -70,6 +70,8 @@
-
- #define PLURAL(n) ((n) == 1 || (n) == -1 ? "" : "s")
-
-+extern char *Watcher;
-+
- static int cdepth; /* number of outstanding children */
-
- static char *fmtdate(time_t);
-@@ -240,7 +242,7 @@
- register FILE *f;
- char tempfile[64], cpu[64], os[64];
- char *fmt = "%20s: %s\n";
-- char *watcher = WATCHER;
-+ char *watcher = Watcher ? Watcher : WATCHER;
- char *watchee = WATCHEE;
- char *sendmail = PATH_SENDMAIL;
- char *unknown = "<unknown>";