summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files/patch-aj
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-10-10 03:23:29 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-10-10 03:23:29 +0000
commit74cad0bec29d8ae2bafb701d4ce920ab0893140e (patch)
treeebfa61c87b58eb226269cb41eadb6a8804f365b6 /ftp/wu-ftpd+ipv6/files/patch-aj
parentadd gsculpt (diff)
Fix broken strcasestr() implementation.
Use FreeBSD's strcasestr() if present.
Notes
Notes: svn path=/head/; revision=48640
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-aj')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-aj8
1 files changed, 8 insertions, 0 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-aj b/ftp/wu-ftpd+ipv6/files/patch-aj
new file mode 100644
index 000000000000..c6478879e93a
--- /dev/null
+++ b/ftp/wu-ftpd+ipv6/files/patch-aj
@@ -0,0 +1,8 @@
+--- src/proto.h.bak Sat Jul 1 22:17:39 2000
++++ src/proto.h Wed Oct 10 07:15:39 2001
+@@ -292,4 +292,4 @@
+ /*
+ ** support/strcasestr.c
+ */
+-char *strcasestr(register char *s, register char *find);
++char *strcasestr(const char *s, const char *find);