K 10 svn:author V 3 mjg K 8 svn:date V 27 2016-12-31T13:07:09.304963Z K 7 svn:log V 206 MFC r309111: wait: avoid relocking the child if proc_to_reap returns 1 proc_to_reap would always unlock. However, if it returned 1, kern_wait6 would immediately lock it again. Save the dance. END