diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-04-01 04:00:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-04-01 04:00:45 +0000 |
commit | 29ecc12bc13a493b722c050e79ebb9b65ef53a59 (patch) | |
tree | cb960948f51156b3486aa81adea48dc02c73a125 /www/w3c-httpd/files/patch-cb | |
parent | Remove internal strcasestr implementation. Port still broken on -current (diff) |
Remove internal strcasestr implementation to fix build.
Notes
Notes:
svn path=/head/; revision=57110
Diffstat (limited to 'www/w3c-httpd/files/patch-cb')
-rw-r--r-- | www/w3c-httpd/files/patch-cb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/w3c-httpd/files/patch-cb b/www/w3c-httpd/files/patch-cb new file mode 100644 index 000000000000..d902dc9bb1b1 --- /dev/null +++ b/www/w3c-httpd/files/patch-cb @@ -0,0 +1,19 @@ +--- Library/Implementation/HTString.h.orig Sun Mar 31 20:01:23 2002 ++++ Library/Implementation/HTString.h Sun Mar 31 20:01:33 2002 +@@ -22,16 +22,6 @@ + extern int strcasecomp PARAMS((CONST char *a, CONST char *b)); + extern int strncasecomp PARAMS((CONST char *a, CONST char *b, int n)); + +-/* +- +-Case-insensitive string inside another string +- +- This works like strstr() but is not case-sensitive. +- +- */ +- +-PUBLIC char * strcasestr PARAMS((char * s1, +- char * s2)); + + /* + |