Described the replacement of #ifdef unix
authorRichard Basch <probe@mit.edu>
Sat, 22 Feb 1997 15:49:33 +0000 (15:49 +0000)
committerRichard Basch <probe@mit.edu>
Sat, 22 Feb 1997 15:49:33 +0000 (15:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9959 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog

index 1bcd74b0d92736c90f4ca6b74aa04f4547579e10..74d96d934fa72f0328202c2cc2f71b57723607ae 100644 (file)
@@ -1,13 +1,16 @@
-Sat Feb 22 02:22:01 1997  Sam Hartman  <hartmans@mit.edu>
+Sat Feb 22 12:18:47 1997  Richard Basch  <basch@lehman.com>
 
-       * 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  <hartmans@tertius.mit.edu>
 
        * et_h.awk (char_shift): Avoid #ifdef unix
-
-Sat Feb 22 02:04:20 1997  Sam Hartman  <hartmans@mit.edu>
-
+       * error_message.c: Remove #ifdef unix
        * com_err.c: Remove #ifdef unix
 
 Sat Feb 22 00:34:05 1997  Sam Hartman  <hartmans@luminous.MIT.EDU>