From a5e832cf20ab60c4818cccc06c47ac825df9adbb Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 24 Mar 2002 10:36:53 +0000 Subject: Deal with definition of `stdout' in -CURRENT. --- net-mgmt/clog/files/patch-clog.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-mgmt/clog/files/patch-clog.c (limited to 'net-mgmt/clog') diff --git a/net-mgmt/clog/files/patch-clog.c b/net-mgmt/clog/files/patch-clog.c new file mode 100644 index 0000000..dc6b5fa --- /dev/null +++ b/net-mgmt/clog/files/patch-clog.c @@ -0,0 +1,15 @@ +--- 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 */ -- cgit v1.1