From fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab Mon Sep 17 00:00:00 2001 From: Chris Provenzano Date: Wed, 25 Jan 1995 22:29:07 +0000 Subject: * Removed all narrow types and references to wide.h and narrow.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4837 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kdc/ChangeLog | 4 ++++ src/kdc/kdc_util.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src/kdc') diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index f793d2226..8abd67adb 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/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/kdc/kdc_util.c b/src/kdc/kdc_util.c index bc09ee96d..0ea5b8824 100644 --- a/src/kdc/kdc_util.c +++ b/src/kdc/kdc_util.c @@ -112,8 +112,6 @@ struct kparg { * krb5_rd_req_decoded, there's no reason to do it here, so we ignore the * "principal" argument. */ - -#include static krb5_error_code kdc_rdreq_keyproc(context, keyprocarg, principal, vno, key) krb5_context context; @@ -121,7 +119,6 @@ kdc_rdreq_keyproc(context, keyprocarg, principal, vno, key) krb5_principal principal; krb5_kvno vno; krb5_keyblock ** key; -#include { register struct kparg *whoisit = (struct kparg *)keyprocarg; char *sname; -- cgit