diff options
author | Anders Nordby <anders@FreeBSD.org> | 2001-12-08 16:36:01 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2001-12-08 16:36:01 +0000 |
commit | 5e24c5be98c99a5982703e6276c8102ea9638a44 (patch) | |
tree | 78cbd3762e289f53eee5e7b27a92fef7d197ddfd /mail/imap-uw/files/patch-ai | |
parent | Update to 1.3.3. (diff) |
Update cclient & imap-uw ports to imap-2001a.
Fix typos in imap-uw's pkg-req.ssl.
Submitted by: dougb (parts of this)
Notes
Notes:
svn path=/head/; revision=51226
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; } |