summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-02-03 17:05:51 +0000
committerTheodore Tso <tytso@mit.edu>1995-02-03 17:05:51 +0000
commitb1a4093522e4eeec4fc6b44b05f60804bea80ed1 (patch)
treec2eeef35b498bc3d0db42ccb624a79ce80f27471 /src/include/krb5/ChangeLog
parent3c58d9996b4c786cd4a1d725e3baa8a04b394ea3 (diff)
Don't define BITS16, BITS32, BITS64, etc. anymore. Instead,
individually test for SIZEOF_SHORT, SIZEOF_INT, and SIZEOF_LONG and use them as appropriate in wordsize.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4897 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
-rw-r--r--src/include/krb5/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index cbbef050e..ab4aaf74c 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,10 @@
+Fri Feb 3 07:57:31 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * configure.in:
+ * wordsize.h: Don't use BITS16, BITS32, etc. anymore. Use
+ autoconf's SIZEOF_INT and SIZEOF_LONG definitions to make
+ things work.
+
Mon Jan 30 15:43:19 1995 Chris Provenzano (proven@mit.edu)
* func-proto.h Added krb5_keytype arg to rb5_rdreq_key_proc.