summaryrefslogtreecommitdiff
path: root/net/mrt/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/mrt/patches/patch-ae')
-rw-r--r--net/mrt/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mrt/patches/patch-ae b/net/mrt/patches/patch-ae
new file mode 100644
index 00000000000..5739d311170
--- /dev/null
+++ b/net/mrt/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/03/22 23:55:37 joerg Exp $
+
+--- lib/mrt/trace.c.orig 2006-03-22 23:39:19.000000000 +0000
++++ lib/mrt/trace.c
+@@ -496,7 +496,7 @@ int set_trace (trace_t * tmp, int first,
+ tmp->flags &= ~va_arg (ap, long);
+ break;
+ case TRACE_USE_SYSLOG:
+- tmp->syslog_flag = va_arg(ap, u_char);
++ tmp->syslog_flag = va_arg(ap, int);
+ break;
+ case TRACE_MAX_FILESIZE:
+ if (tmp->slave) break; /* ignore */