summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-03-18 03:55:46 +0000
committerJohn Gilmore <gnu@toad.com>1995-03-18 03:55:46 +0000
commit5a3f1edbfc02aad85349020d459165eeaa40a848 (patch)
treec1ab3cd737f265e67ad284355f92be8dc2f059f7 /src/lib/krb5/krb/ChangeLog
parent8bc23e552d28451490eb7b6c214d5ec16fa618ab (diff)
downloadkrb5-5a3f1edbfc02aad85349020d459165eeaa40a848.tar.gz
krb5-5a3f1edbfc02aad85349020d459165eeaa40a848.tar.xz
krb5-5a3f1edbfc02aad85349020d459165eeaa40a848.zip
* 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
Diffstat (limited to 'src/lib/krb5/krb/ChangeLog')
-rw-r--r--src/lib/krb5/krb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog
index 6d3e670c5..0bd337cbf 100644
--- a/src/lib/krb5/krb/ChangeLog
+++ b/src/lib/krb5/krb/ChangeLog
@@ -1,3 +1,14 @@
+Fri Mar 17 19:48:07 1995 John Gilmore (gnu at toad.com)
+
+ * 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.
Fri Mar 10 10:58:59 1995 Chris Provenzano (proven@mit.edu)