summaryrefslogtreecommitdiff
path: root/www/arena/files/patch-Library::Implementation::HTString.c
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
commitdad50d99b195f0597431757a3b8c63f1012e6731 (patch)
tree544072f356f3cefa26a6a5225882423a4ffe98f4 /www/arena/files/patch-Library::Implementation::HTString.c
parent- added the missing .if statement around the IGNORE (diff)
Remove expired ports.
Diffstat (limited to 'www/arena/files/patch-Library::Implementation::HTString.c')
-rw-r--r--www/arena/files/patch-Library::Implementation::HTString.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/arena/files/patch-Library::Implementation::HTString.c b/www/arena/files/patch-Library::Implementation::HTString.c
deleted file mode 100644
index c884868f621c..000000000000
--- a/www/arena/files/patch-Library::Implementation::HTString.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- Library/Implementation/HTString.c.orig Tue Jan 29 18:10:31 2002
-+++ Library/Implementation/HTString.c Tue Jan 29 18:11:09 2002
-@@ -65,6 +65,7 @@
- /*
- ** strcasestr(s1,s2) -- like strstr(s1,s2) but case-insensitive.
- */
-+#ifndef __FreeBSD__
- PUBLIC char * strcasestr (char * s1, char * s2)
- {
- char * ptr = s1;
-@@ -85,7 +86,7 @@
- }
- return NULL;
- }
--
-+#endif
-
-
- /* Allocate a new copy of a string, and returns it