From: Richard Basch Date: Sat, 22 Feb 1997 15:49:33 +0000 (+0000) Subject: Described the replacement of #ifdef unix X-Git-Tag: krb5-1.1-beta1~1232 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=371fef91edd9520029a0c2dec1ffa82591bd0828;p=krb5.git Described the replacement of #ifdef unix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9959 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 1bcd74b0d..74d96d934 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,13 +1,16 @@ -Sat Feb 22 02:22:01 1997 Sam Hartman +Sat Feb 22 12:18:47 1997 Richard Basch - * error_message.c: Remove #ifdef unix + * et_c.awk et_h.awk error_message.c com_err.c: + Put back #ifdef unix, and also based it on AIX. + We do NOT want the compatibility interface on any new + architectures. Since we have distributed Kerberos on + AIX before, we need it there. If newer Unix systems + lack the #define, so be it... it doesn't matter. Sat Feb 22 02:18:47 1997 Sam Hartman * et_h.awk (char_shift): Avoid #ifdef unix - -Sat Feb 22 02:04:20 1997 Sam Hartman - + * error_message.c: Remove #ifdef unix * com_err.c: Remove #ifdef unix Sat Feb 22 00:34:05 1997 Sam Hartman