e178c14532
Approved by maintainer, sommerfeld@
15 lines
476 B
Text
15 lines
476 B
Text
$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)) {
|