K 10 svn:author V 6 mlaier K 8 svn:date V 27 2004-09-30T20:08:35.000000Z K 7 svn:log V 402 MFC from pfil.c, rev. 1.9: > Switch order for mtx_unlock and cv_signal as (condvar(9)) sez: > > A thread must hold mp while calling cv_signal(), cv_broadcast(), or > cv_broadcastpri() even though it isn't passed as an argument. > > and is right with this claim. > > While here remove a "\" from the macro -> __inline conversion. > > Found by: csjp Approved by: re (scottl) END