summaryrefslogtreecommitdiff
path: root/mail/imap-uw/files/patch-ah
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-03-27 12:27:20 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-03-27 12:27:20 +0000
commitaba319a01e6dcfb3fd15e9d20f6f1b1eb40b519e (patch)
tree3fb6e7c834963ae736f5b7458a8aa32905043e14 /mail/imap-uw/files/patch-ah
parentFix 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-ah')
-rw-r--r--mail/imap-uw/files/patch-ah12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/imap-uw/files/patch-ah b/mail/imap-uw/files/patch-ah
index 87f47a8dcfa9..7be00ff5b4e0 100644
--- a/mail/imap-uw/files/patch-ah
+++ b/mail/imap-uw/files/patch-ah
@@ -1,5 +1,5 @@
---- src/ipopd/ipop3d.c.old Wed Oct 25 01:15:46 2000
-+++ src/ipopd/ipop3d.c Sun Jan 7 21:40:25 2001
+--- src/ipopd/ipop3d.c.orig Sun Dec 10 14:31:14 2000
++++ src/ipopd/ipop3d.c Tue Mar 27 07:10:35 2001
@@ -35,6 +35,11 @@
#include <time.h>
#include "c-client.h"
@@ -17,12 +17,12 @@
/* 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.69"; /* server version */
++
+ char *version = "2000.70"; /* server version */
short state = AUTHORIZATION; /* server state */
short critical = NIL; /* non-zero if in critical code */
@@ -104,7 +115,7 @@