diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-17 16:57:52 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-17 16:57:52 +0000 |
commit | 32b3cf1b92428e7fad9e7b808f15cb77bf623e70 (patch) | |
tree | 281ce991ef5cb49e37a4b26d10213a01b4b67b77 /mail/cyrus-imapd23/files/patch-imtest::imtest.c | |
parent | Fix build with Perl 5.005_03. (diff) |
Update to 2.2.1-BETA.
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
Notes
Notes:
svn path=/head/; revision=85060
Diffstat (limited to 'mail/cyrus-imapd23/files/patch-imtest::imtest.c')
-rw-r--r-- | mail/cyrus-imapd23/files/patch-imtest::imtest.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/mail/cyrus-imapd23/files/patch-imtest::imtest.c b/mail/cyrus-imapd23/files/patch-imtest::imtest.c index 8e082841d319..e1fd1efa8c06 100644 --- a/mail/cyrus-imapd23/files/patch-imtest::imtest.c +++ b/mail/cyrus-imapd23/files/patch-imtest::imtest.c @@ -1,8 +1,16 @@ Index: imtest/imtest.c diff -u imtest/imtest.c.orig imtest/imtest.c ---- imtest/imtest.c.orig Wed Mar 19 10:29:22 2003 -+++ imtest/imtest.c Sun May 11 16:47:11 2003 -@@ -417,8 +417,8 @@ +--- imtest/imtest.c.orig Sun Jul 13 05:10:56 2003 ++++ imtest/imtest.c Fri Jul 18 00:52:29 2003 +@@ -51,6 +51,7 @@ + #include <sys/stat.h> + #include <fcntl.h> + ++#include <limits.h> + #include <stdlib.h> + #include <stdio.h> + #include <string.h> +@@ -419,8 +420,8 @@ } |