From: tholo Date: Sat, 15 Feb 1997 19:56:16 +0000 (+0000) Subject: Kill warning X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6810776dbf0061b4ae73d038dfe5dbb155633c79;p=openbsd Kill warning --- diff --git a/kerberosIV/kpasswdd/kpasswdd.c b/kerberosIV/kpasswdd/kpasswdd.c index 48c89b19077..c1908084671 100644 --- a/kerberosIV/kpasswdd/kpasswdd.c +++ b/kerberosIV/kpasswdd/kpasswdd.c @@ -1,4 +1,4 @@ -/* $Id: kpasswdd.c,v 1.2 1996/04/17 07:22:51 tholo Exp $ */ +/* $Id: kpasswdd.c,v 1.3 1997/02/15 19:56:16 tholo Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -114,7 +114,7 @@ main() (struct sockaddr_in *) 0, /* local addr */ &kdata, /* returned krb data */ "", /* service keys file */ - (bit_64 *) NULL, /* returned key schedule */ + (struct des_ks_struct *) NULL, /* returned key schedule */ version );