Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: raeburn@mit.edu Subject: CVS Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 505 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