From: Richard Basch Date: Sat, 22 Feb 1997 15:37:15 +0000 (+0000) Subject: AIX should also have the compatibility interface X-Git-Tag: krb5-1.1-beta1~1233 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b2609a0e9cc56f6b6d72a3260471cde5ac548a0;p=krb5.git AIX should also have the compatibility interface git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9958 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/error_table.h b/src/util/et/error_table.h index becb1eca0..a3cc229ac 100644 --- a/src/util/et/error_table.h +++ b/src/util/et/error_table.h @@ -16,7 +16,7 @@ struct et_list { const struct error_table FAR *table; }; -#ifdef unix +#if defined(unix) || defined(_AIX) extern struct et_list * _et_list; #endif diff --git a/src/util/et/et_c.awk b/src/util/et/et_c.awk index c93ee075e..a368d5848 100644 --- a/src/util/et/et_c.awk +++ b/src/util/et/et_c.awk @@ -209,7 +209,7 @@ END { tab_base_low, table_item_count) > outfile } print "" > outfile - print "#ifdef unix" > outfile + print "#if defined(unix) || defined(_AIX)" > outfile print "struct et_list {" > outfile print " struct et_list *next;" > outfile print " const struct error_table * table;" > outfile