Subject: 20000202-3 build failure with KERBEROS5, crypto-us
To: None <current-users@netbsd.org>
From: John Darrow <John.P.Darrow@wheaton.edu>
List: current-users
Date: 02/03/2000 12:29:37
The net_write -> telnet_net_write sweep in cryptosrc-us missed one
reference, in a file included if KERBEROS5. This causes a build failure
in lib/libtelnet.
(Note that there are other references to net_write in
crypto-us/dist/krb5/src/appl/telnet/libtelnet, but this is the only one
pulled in by the current build process.)
Fix:
Index: src/domestic/dist/krb5/src/appl/telnet/libtelnet/kerberos5.c
===================================================================
RCS file: /source/cvs/netbsd/current/src/domestic/dist/krb5/src/appl/telnet/libtelnet/kerberos5.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 kerberos5.c
--- kerberos5.c 1999/09/21 18:05:20 1.1.1.3
+++ kerberos5.c 2000/02/02 22:58:23
@@ -162,7 +162,7 @@
*p++ = SE;
if (str_data[3] == TELQUAL_IS)
printsub('>', &str_data[2], p - &str_data[2]);
- return(net_write(str_data, p - str_data));
+ return(telnet_net_write(str_data, p - str_data));
}
krb5_context telnet_context = 0;
===================================================================
jdarrow
--
John Darrow - Senior Technical Specialist Office: 630/752-5201
Computing Services, Wheaton College, Wheaton, IL 60187 Fax: 630/752-5968
Alphapage: 6303160707@alphapage.airtouch.com Pager: 630/316-0707
Email: John.P.Darrow@wheaton.edu