diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-27 12:27:20 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-27 12:27:20 +0000 |
commit | aba319a01e6dcfb3fd15e9d20f6f1b1eb40b519e (patch) | |
tree | 3fb6e7c834963ae736f5b7458a8aa32905043e14 /mail/imap-uw/files/patch-ai | |
parent | Fix building (I hope, I never got this error I'm seeing on bento). (diff) |
The last set of patches, I had to hand edit, didn't apply cleanly.
Submitted by: Richard Lucas <rlucas@solidcomputing.com>
Notes
Notes:
svn path=/head/; revision=40433
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r-- | mail/imap-uw/files/patch-ai | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index b0c6763648d6..15edac731c55 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,5 +1,5 @@ ---- src/imapd/imapd.c.old Sat Nov 18 05:16:29 2000 -+++ src/imapd/imapd.c Sun Dec 31 18:53:25 2000 +--- src/imapd/imapd.c.orig Tue Jan 9 16:11:44 2001 ++++ src/imapd/imapd.c Tue Mar 27 07:16:48 2001 @@ -17,7 +17,7 @@ * The full text of our legal notices is contained in the file called * CPYRIGHT, included with this Distribution. @@ -44,15 +44,15 @@ /* Global storage */ +#ifdef DRAC_AUTH -+#define DRACTIMEOUT 10*60 /* check every 10 minutes */ -+time_t lastdrac = 0; /* time of last drac check */ ++#define DRACTIMEOUT 10*60 /* check every 10 minutes */ ++time_t lastdrac = 0; /* time of last drac check */ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2000.284"; /* version number of this server */ + char *version = "2000.287"; /* version number of this server */ time_t alerttime = 0; /* time of last alert */ time_t sysalerttime = 0; /* time of last system alert */ -@@ -1131,6 +1142,44 @@ +@@ -1139,6 +1150,44 @@ lasterror ()); return; } |