From c08554b2bf94343fe62e89922ccf15fcf7fceea5 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 4 Oct 1994 21:41:31 +0000 Subject: [PATCH] Add structure magic numbers git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4445 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/user_user/ChangeLog | 5 +++++ src/appl/user_user/client.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog index 012e7901f..787d602e5 100644 --- a/src/appl/user_user/ChangeLog +++ b/src/appl/user_user/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 4 17:12:52 1994 Theodore Y. Ts'o (tytso@dcl) + + * client.c (tgt_keyproc): Add widen.h and narrow.h around + declaration so that argument types are widened. + Thu Sep 29 22:48:20 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Relink executable when libraries change diff --git a/src/appl/user_user/client.c b/src/appl/user_user/client.c index 15688922e..56cabec47 100644 --- a/src/appl/user_user/client.c +++ b/src/appl/user_user/client.c @@ -37,6 +37,7 @@ #include #include +#include krb5_error_code tgt_keyproc(DECLARG(krb5_pointer, keyprocarg), DECLARG(krb5_principal, principal), @@ -46,6 +47,7 @@ OLDDECLARG(krb5_pointer, keyprocarg) OLDDECLARG(krb5_principal, principal) OLDDECLARG(krb5_kvno, vno) OLDDECLARG(krb5_keyblock **, key) +#include { krb5_creds *creds = (krb5_creds *)keyprocarg; -- 2.26.2