From d9157b701be6e3b8109f2a6f902a273aca4ee2cf Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 23 Dec 1995 22:02:13 +0000 Subject: Shut compiler warning --- eBones/usr.bin/passwd/kpasswd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eBones/usr.bin/passwd') diff --git a/eBones/usr.bin/passwd/kpasswd.c b/eBones/usr.bin/passwd/kpasswd.c index 56e76a3..5bb09fc 100644 --- a/eBones/usr.bin/passwd/kpasswd.c +++ b/eBones/usr.bin/passwd/kpasswd.c @@ -13,7 +13,7 @@ static char rcsid_kpasswd_c[] = "BonesHeader: /afs/athena.mit.edu/astaff/project/kerberos/src/kadmin/RCS/kpasswd.c,v 4.3 89/09/26 09:33:02 jtkohl Exp "; #endif static const char rcsid[] = - "$Id: kpasswd.c,v 1.1 1995/07/18 16:41:20 mark Exp $"; + "$Id: kpasswd.c,v 1.4 1995/09/07 21:38:55 markm Exp $"; #endif lint /* @@ -207,7 +207,7 @@ void get_pw_new_key(new_key, name, inst, realm, print_realm) bzero((char *) new_key, sizeof(des_cblock)); new_key[0] = (unsigned char) 1; #else - (void) des_string_to_key(pword, new_key); + (void) des_string_to_key(pword, (des_cblock *)new_key); #endif bzero(pword, sizeof(pword)); } -- cgit v1.1