diff options
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r-- | mail/imap-uw/files/patch-ai | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index 73afa6495244..e01978c18b62 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,5 +1,5 @@ ---- src/imapd/imapd.c.orig Tue Apr 27 21:48:26 2004 -+++ src/imapd/imapd.c Fri Jun 4 07:49:07 2004 +--- src/imapd/imapd.c.orig Tue Jun 29 21:56:17 2004 ++++ src/imapd/imapd.c Fri Sep 3 20:59:40 2004 @@ -29,6 +29,11 @@ #include "c-client.h" #include <sys/stat.h> @@ -22,10 +22,10 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2004.350"; /* version number of this server */ + char *version = "2004.352"; /* version number of this server */ time_t alerttime = 0; /* time of last alert */ time_t sysalerttime = 0; /* time of last system alert */ -@@ -245,7 +256,50 @@ +@@ -246,7 +257,50 @@ msg_string_next, /* get next byte in string structure */ msg_string_setpos /* set position in string structure */ }; @@ -77,7 +77,7 @@ /* Main program */ int main (int argc,char *argv[]) -@@ -1227,6 +1281,9 @@ +@@ -1251,6 +1305,9 @@ lasterror ()); return; } |