pkgsrc/mail/pulsar/patches/patch-af

16 lines
460 B
Text

$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";