aboutsummaryrefslogtreecommitdiffstats
path: root/net/mars_nwe/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/mars_nwe/files/patch-ab')
-rw-r--r--net/mars_nwe/files/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/mars_nwe/files/patch-ab b/net/mars_nwe/files/patch-ab
deleted file mode 100644
index 5491cf2418ea..000000000000
--- a/net/mars_nwe/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
---- tools.c.orig Fri Jan 26 22:46:34 2001
-+++ tools.c Fri Jan 26 22:46:59 2001
-@@ -189,7 +189,7 @@
- sprintf(identstr, "%s %d %3d", get_debstr(0),
- act_connection, act_ncpsequence);
- openlog(identstr, LOG_CONS, LOG_DAEMON);
-- syslog(LOG_DEBUG, buf);
-+ syslog(LOG_DEBUG, "%s", buf);
- closelog();
- } else {
- int l=strlen(buf);
-@@ -249,7 +249,7 @@
- }
- sprintf(identstr, "%s %d %3d", get_debstr(0), act_connection, act_ncpsequence);
- openlog(identstr, LOG_CONS, LOG_DAEMON);
-- syslog(prio, buf);
-+ syslog(prio, "%s", buf);
- closelog();
- if (!mode) return;
- lologfile=stderr;
-