K 10 svn:author V 3 kib K 8 svn:date V 27 2013-02-06T13:49:56.310525Z K 7 svn:log V 248 MFC r246118: The case of pid == WAIT_MYPGRP for the kern_wait() is already handled in kern_wait6(), which is called by kern_wait(). Remove the redundand check, introduced in r243136, and add a comment noting this, to make the code less confusing. END