summaryrefslogtreecommitdiff
path: root/net/tcl-scotty/patches/patch-tnm_generic_tnmSyslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcl-scotty/patches/patch-tnm_generic_tnmSyslog.c')
-rw-r--r--net/tcl-scotty/patches/patch-tnm_generic_tnmSyslog.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tcl-scotty/patches/patch-tnm_generic_tnmSyslog.c b/net/tcl-scotty/patches/patch-tnm_generic_tnmSyslog.c
new file mode 100644
index 00000000000..45e0492f1f1
--- /dev/null
+++ b/net/tcl-scotty/patches/patch-tnm_generic_tnmSyslog.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-tnm_generic_tnmSyslog.c,v 1.1 2014/03/05 13:52:29 he Exp $
+
+Constify.
+
+--- tnm/generic/tnmSyslog.c~ 1996-07-31 08:37:31.000000000 +0200
++++ tnm/generic/tnmSyslog.c 2014-03-04 16:04:23.000000000 +0100
+@@ -47,7 +47,7 @@
+ ClientData clientData;
+ Tcl_Interp *interp;
+ int argc;
+- char **argv;
++ const char **argv;
+ {
+ int level;
+