K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-01-05T17:18:59.000000Z K 7 svn:log V 276 Fix a bug where the mutex name wasn't always displayed for processes in SMTX in utils such as ps and top. The KI_CTTY flag was assigned to kinfo_proc->ki_kiflag rather than or'd into the flag, thus clobbering any flags set earlier, including KI_MTXBLOCK. Prodding by: peter END