summaryrefslogtreecommitdiff
path: root/mail/pulsar/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pulsar/patches/patch-af')
-rw-r--r--mail/pulsar/patches/patch-af16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/pulsar/patches/patch-af b/mail/pulsar/patches/patch-af
new file mode 100644
index 00000000000..962b4b5a1b1
--- /dev/null
+++ b/mail/pulsar/patches/patch-af
@@ -0,0 +1,16 @@
+$NetBSD: patch-af,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $
+
+--- src/pulsar_crypt.c.orig 2003-09-06 13:15:07.000000000 +0200
++++ src/pulsar_crypt.c 2004-03-14 12:02:37.000000000 +0100
+@@ -36,6 +36,11 @@
+ #include <crypt.h>
+ #endif /* HAVE_CRYPT_H */
+
++#ifdef WITH_TCP_WRAPPERS
++int allow_severity;
++int deny_severity;
++#endif /* WITH_TCP_WRAPPERS */
++
+ #include "md5.h"
+
+ char table[] = "./0123456789abcdefghijklnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";