mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
476 B
Plaintext
16 lines
476 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2003/09/16 19:41:50 seb Exp $
|
|
|
|
--- lib/ZMkAuth.c.orig Fri Jan 22 18:19:16 1999
|
|
+++ lib/ZMkAuth.c
|
|
@@ -42,7 +42,9 @@ Code_t ZMakeAuthentication(notice, buffe
|
|
char *cstart, *cend;
|
|
ZChecksum_t checksum;
|
|
CREDENTIALS cred;
|
|
- extern unsigned long des_quad_cksum();
|
|
+#ifdef ERROR_TABLE_BASE_krb
|
|
+#define krb_err_base ERROR_TABLE_BASE_krb
|
|
+#endif
|
|
|
|
now = time(0);
|
|
if (last_authent_time == 0 || (now - last_authent_time > 120)) {
|