From 74cad0bec29d8ae2bafb701d4ce920ab0893140e Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 10 Oct 2001 03:23:29 +0000 Subject: Fix broken strcasestr() implementation. Use FreeBSD's strcasestr() if present. --- ftp/wu-ftpd+ipv6/files/patch-aj | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ftp/wu-ftpd+ipv6/files/patch-aj (limited to 'ftp/wu-ftpd+ipv6/files/patch-aj') 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); -- cgit v1.2.3