summaryrefslogtreecommitdiff
path: root/chat/zephyr/patches/patch-ab
blob: 41f46a35aa135c8c8aa06dc6d61900b5db2f8993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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)) {