* Makefile.in (check-mac): Add.
authorJohn Gilmore <gnu@toad.com>
Sat, 18 Mar 1995 03:55:46 +0000 (03:55 +0000)
committerJohn Gilmore <gnu@toad.com>
Sat, 18 Mar 1995 03:55:46 +0000 (03:55 +0000)
commit5a3f1edbfc02aad85349020d459165eeaa40a848
treec1ab3cd737f265e67ad284355f92be8dc2f059f7
parent8bc23e552d28451490eb7b6c214d5ec16fa618ab
* Makefile.in (check-mac):  Add.
* compat_recv.c, get_fcreds.c, recvauth.c:  Eliminate Unix socket
#includes, which are now handled by k5-int.h (via k5-config.h).
* conv_princ.c:  Rename variable "comp" to another name; "comp"
apparently bothers the MPW compiler...
* rd_cred.c:  Avoid (void) casts of void functions, for MPW.
* t_walk_rtree.c:  Put com_err.h after k5_int for <sys/types> stuff.
(main):  Declare and initialize the krb5_context that's being
passed to everything.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5164 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/compat_recv.c
src/lib/krb5/krb/conv_princ.c
src/lib/krb5/krb/get_fcreds.c
src/lib/krb5/krb/rd_cred.c
src/lib/krb5/krb/recvauth.c
src/lib/krb5/krb/t_walk_rtree.c