summaryrefslogtreecommitdiff
path: root/chat/zephyr/patches/patch-al
diff options
context:
space:
mode:
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 */