diff options
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r-- | mail/imap-uw/files/patch-ai | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index 4eddf7323157..2d8eeaeb3a0d 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,6 +1,6 @@ ---- src/imapd/imapd.c.orig Mon Oct 1 02:51:23 2001 -+++ src/imapd/imapd.c Mon Oct 1 02:52:59 2001 -@@ -29,6 +29,12 @@ +--- src/imapd/imapd.c.orig Sat Dec 8 14:25:00 2001 ++++ src/imapd/imapd.c Sat Dec 8 14:28:55 2001 +@@ -29,6 +29,11 @@ #include "c-client.h" #include <sys/stat.h> @@ -9,11 +9,10 @@ +#include <arpa/inet.h> +#include <stdlib.h> +#endif /* DRAC_AUTH */ -+ #define CRLF PSOUT ("\015\012") /* primary output terpri */ -@@ -173,6 +179,12 @@ +@@ -173,6 +178,12 @@ /* Global storage */ @@ -23,10 +22,10 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2001.313"; /* version number of this server */ + char *version = "2001.315"; /* version number of this server */ time_t alerttime = 0; /* time of last alert */ time_t sysalerttime = 0; /* time of last system alert */ -@@ -1229,6 +1241,45 @@ +@@ -1226,6 +1237,45 @@ lasterror ()); return; } |