diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-02-07 10:32:26 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-02-07 10:32:26 +0000 |
commit | 9797ec1723b226829a0b0489affcddb765bb0196 (patch) | |
tree | 1351856d8ab7e0ce50d0c800c1acea81bb919f1a /mail/autorespond/files | |
parent | b368a70218cb96f650e99d650757005fa15fba99 (diff) |
Notes
Diffstat (limited to 'mail/autorespond/files')
-rw-r--r-- | mail/autorespond/files/patch-autorespond.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/autorespond/files/patch-autorespond.c b/mail/autorespond/files/patch-autorespond.c new file mode 100644 index 000000000000..1dc4a73a97fd --- /dev/null +++ b/mail/autorespond/files/patch-autorespond.c @@ -0,0 +1,19 @@ +--- autorespond.c Thu Feb 7 12:07:44 2002 ++++ autorespond.c Thu Feb 7 12:07:59 2002 +@@ -377,6 +377,7 @@ + /********************************************************* + ** find string in string - ignore case **/ + ++/* + char *strcasestr( char *_s1, char *_s2 ) + { + char *s1; +@@ -399,7 +400,7 @@ + else + return _s1 + (ptr - s1); + } +- ++*/ + + + |