summaryrefslogtreecommitdiff
path: root/net/tcl-scotty/patches/patch-unix_tnmUnixLog.c
blob: 5bbc71ea067db3ed0d4a5c4db4b84566f6a43424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-unix_tnmUnixLog.c,v 1.1 2014/03/05 13:52:29 he Exp $

Constify.

--- unix/tnmUnixLog.c~	1996-09-10 11:35:33.000000000 +0200
+++ unix/tnmUnixLog.c	2014-03-04 18:06:44.000000000 +0100
@@ -36,7 +36,7 @@
 TnmWriteLogMessage(interp, level, message)
     Tcl_Interp *interp;
     int level;
-    char *message;
+    const char *message;
 {
     switch (level) {
       case TNM_LOG_EMERG: