From 6810776dbf0061b4ae73d038dfe5dbb155633c79 Mon Sep 17 00:00:00 2001 From: tholo Date: Sat, 15 Feb 1997 19:56:16 +0000 Subject: [PATCH] Kill warning --- kerberosIV/kpasswdd/kpasswdd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.20.1