diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-24 17:56:11 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-24 17:56:11 +0000 |
commit | 93baf0557563daf15502ac6d02025c506c0cbf44 (patch) | |
tree | e3e933689d488c1cb69d2f46197935ec45a96b62 /www/hypermail/files/patch-src::proto.h | |
parent | Sync with the ETCDIR -> ICONDIR change on www/emacs-w3m. (diff) |
- update to 2.1.4
- remove WITH_GDBM hook as this is now standard in hypermail
Notes
Notes:
svn path=/head/; revision=52109
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..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 *); |