Skip Menu |
 

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
From: tlyu@mit.edu
Subject: CVS Commit
pullup from trunk


To generate a diff of this commit:



cvs diff -r5.127.2.2 -r5.127.2.3 krb5/src/util/et/ChangeLog
cvs diff -r5.4.4.1 -r5.4.4.2 krb5/src/util/et/test_et.c