]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
const correctness fix by Guido
authorhno <>
Sun, 31 Mar 2002 21:50:21 +0000 (21:50 +0000)
committerhno <>
Sun, 31 Mar 2002 21:50:21 +0000 (21:50 +0000)
src/icmp.cc

index 573d662bd8fb9e28db396c837a8b3a96f8355444..040d3ed95a0b86b8461a4c03e5261c5bce323f2e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: icmp.cc,v 1.73 2001/01/12 00:37:18 wessels Exp $
+ * $Id: icmp.cc,v 1.74 2002/03/31 14:50:21 hno Exp $
  *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels
@@ -190,7 +190,7 @@ void
 icmpOpen(void)
 {
 #if USE_ICMP
-    char *args[2];
+    const char *args[2];
     int x;
     int rfd;
     int wfd;