From 44dc2d1cac752f187611de44dd5eedde57ff80b0 Mon Sep 17 00:00:00 2001 From: Chris Provenzano Date: Fri, 27 Jan 1995 06:38:58 +0000 Subject: [PATCH] * base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno, krb5_addrtype, krb5_keytyp, krb5_enctype, krb5_cksumtype, and krb5_authdatatype as unsigned int. * kdb_dbm.h krb5_dbm_db_set_lockmode(), krb5_dbm_db_set_nonblocking() Fix prototypes to use krb5_boolean and not int. * kdb.h krb5_db_set_lockmode(), krb5_db_set_nonblocking() Fix prototypes to use krb5_boolean and not int. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4858 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 7f5c39097..110e386ef 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,13 @@ +Fri Jan 27 00:56:12 1995 Chris Provenzano (proven@mit.edu) + + * base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno, + krb5_addrtype, krb5_keytyp, krb5_enctype, krb5_cksumtype, + and krb5_authdatatype as unsigned int. + * kdb_dbm.h krb5_dbm_db_set_lockmode(), krb5_dbm_db_set_nonblocking() + Fix prototypes to use krb5_boolean and not int. + * kdb.h krb5_db_set_lockmode(), krb5_db_set_nonblocking() + Fix prototypes to use krb5_boolean and not int. + Wed Jan 25 19:26:57 1995 John Gilmore (gnu at toad.com) * crc-32.h: Move to lib/crypto/crc32; only gets local use. -- 2.26.2