summaryrefslogtreecommitdiff
path: root/chat/zephyr/patches/patch-al
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-04 13:42:10 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-04 13:42:10 +0000
commit21be99846d339b600b23db2cb97a9adeefdcf2e6 (patch)
tree218b8c5a4b4ba132797e3187ef425c778fa1d076 /chat/zephyr/patches/patch-al
parent268155f034f44c0fe2f68b9aac30623ae8f1526b (diff)
downloadpkgsrc-21be99846d339b600b23db2cb97a9adeefdcf2e6.tar.gz
Use kth-krb4 as dependency. It should work with the system krb4 on
NetBSD, when someone adds a builtin.mk for security/kth-krb4. Fix errno. Bump revision.
Diffstat (limited to 'chat/zephyr/patches/patch-al')
-rw-r--r--chat/zephyr/patches/patch-al21
1 files changed, 21 insertions, 0 deletions
diff --git a/chat/zephyr/patches/patch-al b/chat/zephyr/patches/patch-al
new file mode 100644
index 00000000000..f46735ba025
--- /dev/null
+++ b/chat/zephyr/patches/patch-al
@@ -0,0 +1,21 @@
+$NetBSD: patch-al,v 1.1 2006/06/04 13:42:10 joerg Exp $
+
+--- server/acl_files.c.orig 2006-04-25 15:28:36.000000000 +0000
++++ server/acl_files.c
+@@ -18,6 +18,7 @@
+ * declared and not statically declared.
+ */
+
++#include <errno.h>
+ #include <zephyr/mit-copyright.h>
+ #include "zserver.h"
+
+@@ -48,8 +49,6 @@ static const char rcsid_acl_files_c[] =
+
+ #define COR(a,b) ((a!=NULL)?(a):(b))
+
+-extern int errno;
+-
+ extern time_t time();
+
+ /* Canonicalize a principal name */