summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-06-09 20:02:02 +0000
committerPaul Traina <pst@FreeBSD.org>1996-06-09 20:02:02 +0000
commit5aded53b0ea77c45a5d13e4d682ba477c28e896c (patch)
tree26704745a2fde9eb5489797f14c4091818642e88 /mail
parentChange NO_PACKAGE to RESTRICTED, this is commercial software and we can't (diff)
Fix up a couple of popauth problems in 2.2
Notes
Notes: svn path=/head/; revision=3184
Diffstat (limited to 'mail')
-rw-r--r--mail/popper/files/patch-aa31
1 files changed, 30 insertions, 1 deletions
diff --git a/mail/popper/files/patch-aa b/mail/popper/files/patch-aa
index 90ab6aee6863..c44898c301aa 100644
--- a/mail/popper/files/patch-aa
+++ b/mail/popper/files/patch-aa
@@ -213,7 +213,7 @@
# define HAVE_VSPRINTF
# define BIND43
# endif
-+ # if (defined(BSD) && (BSD >= 199506))
++ # if (defined(BSD) && (BSD >= 199306))
+ # define BSD44_DBM
+ # endif
#endif
@@ -248,3 +248,32 @@
#if defined(AUTHFILE)
extern int checkauthfile();
#endif
+*** popauth.c Sun Jun 9 12:56:38 1996
+--- popauth.c Sun Jun 9 13:00:51 1996
+***************
+*** 36,43 ****
+ #include <sys/file.h>
+ #endif
+
+! #ifdef BSDI
+! #define BSD44_DBM
+ #endif
+
+ #ifdef NEED_STRERROR
+--- 36,51 ----
+ #include <sys/file.h>
+ #endif
+
+! #ifdef HAVE_PARAM_H
+! #include <sys/param.h>
+! # if (defined(BSD) && (BSD >= 199103))
+! # define HAVE_UNISTD_H
+! # define HAVE_VSPRINTF
+! # define BIND43
+! # endif
+! # if (defined(BSD) && (BSD >= 199306))
+! # define BSD44_DBM
+! # endif
+ #endif
+
+ #ifdef NEED_STRERROR