K 10 svn:author V 3 pfg K 8 svn:date V 27 2014-10-23T02:53:57.925751Z K 7 svn:log V 165 MFC r271789: lpr: replace setpgrp(2) with setpgid(2). setpgid(2) is more portable than setpgrp(2). The BSD variant of setpgrp is a wrapper for setpgid(2) anyways. END