diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-08-15 03:37:24 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-08-15 03:37:24 +0000 |
| commit | b6711c26123ac2541ca9e692141374a91d19a2f9 (patch) | |
| tree | 4311c9cf5a3ac705afee23219e8a001c25eb2757 /src/include/ChangeLog | |
| parent | 56a7231e867b8bb17e1852a8d04fe6e3f5b62e33 (diff) | |
| download | krb5-b6711c26123ac2541ca9e692141374a91d19a2f9.tar.gz krb5-b6711c26123ac2541ca9e692141374a91d19a2f9.tar.xz krb5-b6711c26123ac2541ca9e692141374a91d19a2f9.zip | |
Fix Tru64 build:
* k5-thread.h (k5_os_nothread_mutex_assert_locked,
k5_os_nothread_mutex_assert_unlocked, k5_os_mutex_assert_locked,
k5_os_mutex_assert_unlocked): Assertion macros should always have type void.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16663 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index e3243df77..f92a08ce8 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,10 @@ +2004-08-14 Ken Raeburn <raeburn@mit.edu> + + * k5-thread.h (k5_os_nothread_mutex_assert_locked, + k5_os_nothread_mutex_assert_unlocked, k5_os_mutex_assert_locked, + k5_os_mutex_assert_unlocked): Assertion macros should always have + type void. + 2004-08-12 Ken Raeburn <raeburn@mit.edu> * k5-thread.h (k5_os_nothread_mutex_finish_init, |
