diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-04-09 23:29:39 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-04-09 23:29:39 +0000 |
commit | 39e13470d438ee49a350622b39e35f320337469d (patch) | |
tree | 93bc1c00a00323ab48d6fdb092fc646a7b5e5a5f /mail/imap-uw/files/patch-ai | |
parent | Prepend %%PORTDOCS%% where needed. (diff) |
Fix cclient and imap-uw to use the latest UW beta and use the
bsd.port.mk SSL variables
Submitted by: anders@fix.no
Notes
Notes:
svn path=/head/; revision=41156
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r-- | mail/imap-uw/files/patch-ai | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index bdf728892d2c..23635849c43e 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,6 +1,6 @@ ---- src/imapd/imapd.c.old Wed Apr 4 00:31:43 2001 -+++ src/imapd/imapd.c Wed Apr 4 00:34:15 2001 -@@ -29,6 +29,11 @@ +--- src/imapd/imapd.c.old Tue Apr 10 00:56:28 2001 ++++ src/imapd/imapd.c Tue Apr 10 00:59:08 2001 +@@ -29,6 +29,12 @@ #include "c-client.h" #include <sys/stat.h> @@ -9,10 +9,11 @@ +#include <arpa/inet.h> +#include <stdlib.h> +#endif /* DRAC_AUTH */ ++ #define CRLF PSOUT ("\015\012") /* primary output terpri */ -@@ -171,6 +176,12 @@ +@@ -172,6 +178,12 @@ /* Global storage */ @@ -22,10 +23,10 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2001.297"; /* version number of this server */ + char *version = "2001.298"; /* version number of this server */ time_t alerttime = 0; /* time of last alert */ time_t sysalerttime = 0; /* time of last system alert */ -@@ -1160,6 +1171,45 @@ +@@ -1161,6 +1173,45 @@ lasterror ()); return; } |