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

Constify.

--- unix/tnmUnixIcmp.c~	1997-08-26 18:55:44.000000000 +0000
+++ unix/tnmUnixIcmp.c
@@ -61,7 +61,7 @@ ForkNtping(interp)
     Tcl_Interp *interp;
 {
     int argc = 2;
-    static char *argv[3] = { NULL, "-b", 0 };
+    static const char *argv[3] = { NULL, "-b", 0 };
     static char* ntping = NULL;
 
     if (! ntping) {