From 3519e13c9418e5e5aa57aa75c613200309017552 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 11 Jul 2004 07:00:03 +0000 Subject: * k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_locked, k5_os_mutex_assert_unlocked) [USE_PTHREAD_LOCK_ONLY_IF_LOADED]: Fix typo in accessing non-pthread versions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16580 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 7bde94f66..197468696 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,5 +1,10 @@ 2004-07-11 Ken Raeburn + * k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock, + k5_os_mutex_assert_locked, k5_os_mutex_assert_unlocked) + [USE_PTHREAD_LOCK_ONLY_IF_LOADED]: Fix typo in accessing + non-pthread versions. + * configure.in: Check krb5_cv_inet6_with_dinet6 as well as krb5_cv_inet6 when deciding whether to test for in6addr_any. If gcc is in use, suppress pedantic warnings about "inline". -- cgit