diff options
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r-- | mail/imap-uw/files/patch-ai | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index 3202669b225b..e4b67eb6edaf 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,5 +1,5 @@ ---- src/imapd/imapd.c.orig Mon Nov 18 23:29:04 2002 -+++ src/imapd/imapd.c Wed Nov 27 05:10:42 2002 +--- src/imapd/imapd.c.orig Thu Apr 3 00:09:25 2003 ++++ src/imapd/imapd.c Mon May 19 22:20:56 2003 @@ -29,6 +29,11 @@ #include "c-client.h" #include <sys/stat.h> @@ -22,7 +22,7 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2002.332"; /* version number of this server */ + char *version = "2003.337"; /* version number of this server */ time_t alerttime = 0; /* time of last alert */ time_t sysalerttime = 0; /* time of last system alert */ @@ -238,7 +249,50 @@ @@ -77,7 +77,7 @@ /* Main program */ int main (int argc,char *argv[]) -@@ -1184,6 +1238,9 @@ +@@ -1189,6 +1243,9 @@ lasterror ()); return; } |