21be99846d
NetBSD, when someone adds a builtin.mk for security/kth-krb4. Fix errno. Bump revision.
21 lines
474 B
Text
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 */
|