diff options
Diffstat (limited to 'www/hypermail/files/patch-src__proto.h')
-rw-r--r-- | www/hypermail/files/patch-src__proto.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/hypermail/files/patch-src__proto.h b/www/hypermail/files/patch-src__proto.h new file mode 100644 index 000000000000..c66a4702a15c --- /dev/null +++ b/www/hypermail/files/patch-src__proto.h @@ -0,0 +1,11 @@ +--- src/proto.h.orig Thu Jul 3 18:00:18 2003 ++++ src/proto.h Thu Jan 8 00:27:25 2004 +@@ -94,7 +94,7 @@ + char *PushString(struct Push *, const char *); + char *PushNString(struct Push *, const char *, int); + +-char *strcasestr (char *, const char *); ++// char *strcasestr (char *, const char *); + char *strsav(const char *); + char *strreplace(char *, char *); + void strcpymax(char *, const char *, int); |