diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 13:42:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 13:42:10 +0000 |
commit | 21be99846d339b600b23db2cb97a9adeefdcf2e6 (patch) | |
tree | 218b8c5a4b4ba132797e3187ef425c778fa1d076 /chat/zephyr/patches/patch-al | |
parent | 268155f034f44c0fe2f68b9aac30623ae8f1526b (diff) | |
download | pkgsrc-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-al | 21 |
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 */ |