summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/user_user/ChangeLog5
-rw-r--r--src/appl/user_user/client.c2
2 files changed, 7 insertions, 0 deletions
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 <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;