Module Name: krb5 Committed By: epeisach Date: Sat Jan 22 01:28:14 UTC 2005 Modified Files: krb5/src/include/ChangeLog krb5/src/include/k5-thread.h Added Files: Removed Files: Log Message ticket: new subject: Irix k5_os_mutex_lock calls k5_pthread_mutex_lock w/ wrong arg. tags: pullup * k5-thread.h (k5_os_mutex_lock): Under Irix, invoke k5_pthread_mutex_lock() with the k5_os_mutex, not the pthread_mutex_t. (k5_pthread_assert_locked,unlocked): If DEBUG_THREADS not used, provide correct prototype. Add missing close paren. Test programs show that under irix, the mutex locking/unlocking code was working - even with the wrong memory use... I do not understand why. To generate a diff of this commit: cvs diff -r1.489 -r1.490 krb5/src/include/ChangeLog cvs diff -r1.27 -r1.28 krb5/src/include/k5-thread.h