On Wed, 17 Sep 2014 15:14:19 +0200, Mark Kettenis wrote: > Note that the SysV version of setpgrp is marked as an XSI extension in > the combined POSIX and X/Open specification. As such it isn't > actually part of POSIX and isn't needed for POSIX compliance.
Good point. As far as POSIX goes, setpgrp is spelled setpgid. Let's just replaces the instances of setpgrp() in the tree with setpgid() and be done with it. - todd
