K 10 svn:author V 3 kib K 8 svn:date V 27 2013-01-30T13:14:15.775071Z K 7 svn:log V 383 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. The blank lines are added to properly delineate the scope of the preceeding comments. Noted by: "Jukka A. Ukkonen" MFC after: 1 week END