pkgsrc/chat/zephyr/patches/patch-al
joerg 21be99846d 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.
2006-06-04 13:42:10 +00:00

21 lines
474 B
Text

$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 */