summaryrefslogtreecommitdiff
path: root/mail/qpopper/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qpopper/patches/patch-af')
-rw-r--r--mail/qpopper/patches/patch-af28
1 files changed, 12 insertions, 16 deletions
diff --git a/mail/qpopper/patches/patch-af b/mail/qpopper/patches/patch-af
index 980466a6852..dc6ca2e0544 100644
--- a/mail/qpopper/patches/patch-af
+++ b/mail/qpopper/patches/patch-af
@@ -1,17 +1,13 @@
-$NetBSD: patch-af,v 1.4 1998/08/07 11:09:53 agc Exp $
+$NetBSD: patch-af,v 1.5 1999/09/15 21:30:59 tron Exp $
-*** popauth.c Wed Nov 19 13:20:38 1997
---- popauth.c Thu Feb 12 18:24:55 1998
-***************
-*** 48,52 ****
- #endif
-
-! #ifdef BSDI
- #define BSD44_DBM
- #endif
---- 48,52 ----
- #endif
-
-! #if defined (BSDI) || defined (__NetBSD__)
- #define BSD44_DBM
- #endif
+--- popauth.c.orig Fri Jul 10 01:44:08 1998
++++ popauth.c Wed Sep 15 23:28:17 1999
+@@ -47,7 +47,7 @@
+ #include <sys/file.h>
+ #endif
+
+-#ifdef BSDI
++#if defined (BSDI) || defined (__NetBSD__)
+ #define BSD44_DBM
+ #endif
+