diff options
Diffstat (limited to 'mail/imap-uw/files/patch-ah')
-rw-r--r-- | mail/imap-uw/files/patch-ah | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/imap-uw/files/patch-ah b/mail/imap-uw/files/patch-ah index 3fd5bc6471b4..70295361688d 100644 --- a/mail/imap-uw/files/patch-ah +++ b/mail/imap-uw/files/patch-ah @@ -1,5 +1,5 @@ ---- src/ipopd/ipop3d.c.orig Mon Oct 1 02:53:55 2001 -+++ src/ipopd/ipop3d.c Mon Oct 1 02:56:46 2001 +--- src/ipopd/ipop3d.c.orig Sat Dec 8 14:22:36 2001 ++++ src/ipopd/ipop3d.c Sat Dec 8 14:22:41 2001 @@ -28,6 +28,11 @@ #include <time.h> #include "c-client.h" @@ -22,7 +22,7 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2001.77"; /* server version */ + char *version = "2001.78"; /* server version */ short state = AUTHORIZATION; /* server state */ short critical = NIL; /* non-zero if in critical code */ @@ -100,7 +111,7 @@ @@ -34,7 +34,7 @@ challenge[0] = '\0'; /* find the CRAM-MD5 authenticator */ if (i = mail_lookup_auth_name ("CRAM-MD5",NIL)) { AUTHENTICATOR *a = mail_lookup_auth (i); -@@ -692,6 +703,46 @@ +@@ -694,6 +705,46 @@ } sprintf (tmp,"+OK Mailbox open, %lu messages\015\012",nmsgs); PSOUT (tmp); |