artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda13d0
)
Kill warning
author
tholo
<tholo@openbsd.org>
Sat, 15 Feb 1997 19:56:16 +0000
(19:56 +0000)
committer
tholo
<tholo@openbsd.org>
Sat, 15 Feb 1997 19:56:16 +0000
(19:56 +0000)
kerberosIV/kpasswdd/kpasswdd.c
patch
|
blob
|
history
diff --git
a/kerberosIV/kpasswdd/kpasswdd.c
b/kerberosIV/kpasswdd/kpasswdd.c
index
48c89b1
..
c190808
100644
(file)
--- 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
);