summaryrefslogtreecommitdiffstats
path: root/src/appl/user_user
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/user_user')
-rw-r--r--src/appl/user_user/ChangeLog4
-rw-r--r--src/appl/user_user/client.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog
index 8707c6a382..f9121180f6 100644
--- a/src/appl/user_user/ChangeLog
+++ b/src/appl/user_user/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 25 16:54:40 1995 Chris Provenzano (proven@mit.edu)
+
+ * Removed all narrow types and references to wide.h and narrow.h
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
diff --git a/src/appl/user_user/client.c b/src/appl/user_user/client.c
index be2aee27a6..956e9c71c7 100644
--- a/src/appl/user_user/client.c
+++ b/src/appl/user_user/client.c
@@ -37,7 +37,6 @@
#include <krb5/los-proto.h>
#include <com_err.h>
-#include <krb5/widen.h>
krb5_error_code
tgt_keyproc(context, keyprocarg, principal, vno, key)
krb5_context context;
@@ -45,7 +44,6 @@ tgt_keyproc(context, keyprocarg, principal, vno, key)
krb5_principal principal;
krb5_kvno vno;
krb5_keyblock ** key;
-#include <krb5/narrow.h>
{
krb5_creds *creds = (krb5_creds *)keyprocarg;