summaryrefslogtreecommitdiff
path: root/www/hypermail/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/hypermail/files')
-rw-r--r--www/hypermail/files/patch-src::proto.h11
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..3c17c6afe68a
--- /dev/null
+++ b/www/hypermail/files/patch-src::proto.h
@@ -0,0 +1,11 @@
+--- src/proto.h.orig Mon Dec 24 12:40:11 2001
++++ src/proto.h Mon Dec 24 12:40:19 2001
+@@ -88,7 +88,7 @@
+ char *strsav(const char *);
+ char *strreplace(char *, char *);
+ void strcpymax(char *, const char *, int);
+-char *strcasestr(char *, const char *);
++/* char *strcasestr(char *, const char *); */
+ char *stripzone(char *);
+ int numstrchr(char *, char);
+ char *getvalue(char *);