Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: epeisach@mit.edu Subject: CVS Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 569 * 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