Module Name: krb5 Committed By: raeburn Date: Fri Jul 4 20:49:06 UTC 2003 Modified Files: krb5/src/util/et/ChangeLog krb5/src/util/et/test_et.c Added Files: Removed Files: Log Message ticket: new subject: darwin build can't compile util/et test program The autoconf tests correctly determine that sys_nerr exists, and that no declaration is needed. The test_et.c code checks the wrong condition, though, and the system header declaration of sys_nerr conflicts with the one in that source file. (The native one is const.) * test_et.c: Conditionalize sys_nerr declaration on NEED_SYS_ERRLIST, not HAVE_SYS_ERRLIST. To generate a diff of this commit: cvs diff -r5.130 -r5.131 krb5/src/util/et/ChangeLog cvs diff -r5.6 -r5.7 krb5/src/util/et/test_et.c