From: | raeburn@mit.edu |
Subject: | CVS Commit |
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
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