>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.
I just noted, that it was marked obsolescent in latest POSIX version. To make it unified with signal.h interface, it should be removed.from unistd.h. -Matti
