diff options
Diffstat (limited to 'www/arena/files/patch-Library::Implementation::HTString.h')
-rw-r--r-- | www/arena/files/patch-Library::Implementation::HTString.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/arena/files/patch-Library::Implementation::HTString.h b/www/arena/files/patch-Library::Implementation::HTString.h deleted file mode 100644 index f46a5326a240..000000000000 --- a/www/arena/files/patch-Library::Implementation::HTString.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |