Hi,
The following fix a compile warning in icmp.c with --enable-icmp option.
Regards
Guido
Index: src/icmp.c
===================================================================
RCS file: /cvsroot/squid/squid/src/icmp.c,v
retrieving revision 1.4
diff -u -p -r1.4 icmp.c
--- src/icmp.c 12 Jan 2001 08:20:33 -0000 1.4
+++ src/icmp.c 30 Mar 2002 16:33:40 -0000
@@ -190,7 +190,7 @@ void
icmpOpen(void)
{
#if USE_ICMP
- char *args[2];
+ const char *args[2];
int x;
int rfd;
int wfd;
-
=======================================================
Serassio Guido
Via Albenga, 11/4 10134 - Torino - ITALY
E-mail: guido.serassio@serassio.it
WWW: http://www.serassio.it
Received on Sat Mar 30 2002 - 09:57:07 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:54 MST