summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files/patch-aj
blob: c6478879e93a1f254f40d889eef6c8512c271b35 (plain) (blame)
1
2
3
4
5
6
7
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);