* Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb libraries
authorEzra Peisach <epeisach@mit.edu>
Tue, 12 Jun 2001 15:02:34 +0000 (15:02 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 12 Jun 2001 15:02:34 +0000 (15:02 +0000)
commit689ab7ec2e9a7dfa346d0e5610cedcf79ea6453b
tree604fd54fb7f3063e1fec6c5175bab2c7070f8902
parent33bf8148d5adc0627984e61c9a4a4d1c2543f1f3
* Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb libraries
for these test executables.

* srv_rcache.c (krb5_get_server_rcache): Cast argument to
isgraph() to int.

* init_ctx.c: Cast arguments to isspace() to int. If unix is defined,
include ../krb5_libinit.h. There has to be a better was for windows.

* conv_princ.c (krb5_425_conv_principal): Cast argument to isupper().
to int.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13340 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/conv_princ.c
src/lib/krb5/krb/init_ctx.c
src/lib/krb5/krb/srv_rcache.c