summaryrefslogtreecommitdiff
path: root/net-mgmt/clog/files/patch-clog.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/clog/files/patch-clog.c')
-rw-r--r--net-mgmt/clog/files/patch-clog.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mgmt/clog/files/patch-clog.c b/net-mgmt/clog/files/patch-clog.c
deleted file mode 100644
index dc6b5fa58a20..000000000000
--- a/net-mgmt/clog/files/patch-clog.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- clog.c.orig Thu Aug 7 21:56:32 1997
-+++ clog.c Sun Mar 24 02:33:49 2002
-@@ -63,5 +63,5 @@
- /* some global variables (ugh!) */
- pcap_t *ip_socket;
--FILE *logfile = stdout;
-+FILE *logfile;
- int resolve = 0;
- int dlt_len = 4;
-@@ -92,4 +92,5 @@
- int c;
-
-+ logfile = stdout;
- opterr = 0;
- /* parse arguments */