Add structure magic numbers
authorTheodore Tso <tytso@mit.edu>
Tue, 4 Oct 1994 21:41:31 +0000 (21:41 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 4 Oct 1994 21:41:31 +0000 (21:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4445 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/user_user/ChangeLog
src/appl/user_user/client.c

index 012e7901f5253dd6c7b0e267cdb41a76c31bfe3e..787d602e5f66f76ef2fe1e6e60cdb8664c84cd3e 100644 (file)
@@ -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
index 15688922e62168c30c48c00dec8a64016a4c459b..56cabec47920b476224c63049044b79accdfc510 100644 (file)
@@ -37,6 +37,7 @@
 #include <krb5/los-proto.h>
 #include <com_err.h>
 
+#include <krb5/widen.h>
 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/narrow.h>
 {
     krb5_creds *creds = (krb5_creds *)keyprocarg;