K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-03-04T20:32:41.000000Z K 7 svn:log V 349 Miscellaneous cleanups to _mtx_lock_sleep(): - Declare some local variables at the top of the function instead of in a nested block. - Use mtx_owned() instead of masking off bits from mtx_lock manually. - Read the value of mtx_lock into 'v' as a separate line rather than inside an if statement for clarity. This code is hairy enough as it is. END