summaryrefslogblamecommitdiff
path: root/www/squid24/files/patch-lib::strerror.c
blob: f2aad05b643e1f6cb4289f40655c18c50f6f1e97 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                 
--- lib/strerror.c.orig	Sat Dec 14 17:04:03 2002
+++ lib/strerror.c	Sat Dec 14 17:04:19 2002
@@ -38,7 +38,7 @@
 #include <errno.h>
 #endif
 
-extern int sys_nerr;
+extern const int sys_nerr;
 #if NEED_SYS_ERRLIST && !defined(_SQUID_NETBSD_)
 extern char *sys_errlist[];
 #endif