freebsd-ports/www/arena/files/patch-Library::Implementation::HTString.h
Patrick Li 5aeb2ebd59 Fix strcasestr conflict
PR:		34415
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2002-01-29 20:24:47 +00:00

11 lines
356 B
C

--- Library/Implementation/HTString.h.orig Tue Jan 29 18:11:15 2002
+++ Library/Implementation/HTString.h Tue Jan 29 18:11:47 2002
@@ -68,7 +68,7 @@
This works like strstr() but is not case-sensitive.
*/
-extern char * strcasestr (char * s1, char * s2);
+// extern char * strcasestr (char * s1, char * s2);
/*
Strip white space off a string