summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-08-02 17:39:48 +0000
committerEzra Peisach <epeisach@mit.edu>1996-08-02 17:39:48 +0000
commit5b9b99fb0ae4b938371622bcc3c01e30d4bb35b9 (patch)
tree3b047f6ffca52b0a4231ffb9f6cae0e4522378e3 /src/lib/gssapi/generic/ChangeLog
parenta98113771e48fde82f0475bdea14add78efecbbe (diff)
downloadkrb5-5b9b99fb0ae4b938371622bcc3c01e30d4bb35b9.tar.gz
krb5-5b9b99fb0ae4b938371622bcc3c01e30d4bb35b9.tar.xz
krb5-5b9b99fb0ae4b938371622bcc3c01e30d4bb35b9.zip
* gssapiP_generic.h: If not on a Mac or under Dos, and stdlib.h
exists, include it. * configure.in: Check for stdlib.h This cleans up many warnings on the Alpha as malloc is not previously declared. In Beta-6, gssapiP_generic.h always included k5-int.h (which included stdlib.h). Now, only the DOS and Mac platforms include k5-int.h so we need to include stdlib.h if present. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8895 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/ChangeLog')
-rw-r--r--src/lib/gssapi/generic/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog
index 1c0dd47cb..9d1e086b1 100644
--- a/src/lib/gssapi/generic/ChangeLog
+++ b/src/lib/gssapi/generic/ChangeLog
@@ -1,3 +1,10 @@
+Fri Aug 2 13:37:10 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * gssapiP_generic.h: If not on a Mac or under Dos, and stdlib.h
+ exists, include it.
+
+ * configure.in: Check for stdlib.h
+
Thu Jul 25 00:03:01 1996 Theodore Y. Ts'o <tytso@mit.edu>
* util_ordering.c (g_order_check):