From 3e98f8172e9522f3450f7ab235beb5d706d0fc25 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Thu, 5 Jul 2007 22:14:01 +0000 Subject: - Fix build with gcc 4.2. - Added files/patch-tools.c. Reported by: pav Approved by: stas (mentor) --- net/mars_nwe/files/patch-tools.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/mars_nwe/files/patch-tools.c (limited to 'net') diff --git a/net/mars_nwe/files/patch-tools.c b/net/mars_nwe/files/patch-tools.c new file mode 100644 index 000000000000..950d8974c856 --- /dev/null +++ b/net/mars_nwe/files/patch-tools.c @@ -0,0 +1,11 @@ +--- ../work/mars_nwe/tools.c Mon Jul 2 14:41:36 2007 ++++ tools.c Mon Jul 2 14:46:39 2007 +@@ -51,7 +51,7 @@ + int act_connection=0; /* which connection (nwconn, nwbind) */ + time_t act_time=0L; /* actual time */ + +-static FILE *logfile=NULL; ++FILE *logfile=NULL; + static int use_syslog=0; /* 1 = use syslog for all loggings + * 2 = only for errors + */ -- cgit v1.2.3