Turns out that setpgrp(0,0) is different from setpgrp(pid,pid) -- and
authorChris Hanson <org/chris-hanson/cph>
Mon, 22 Nov 1993 22:34:39 +0000 (22:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 22 Nov 1993 22:34:39 +0000 (22:34 +0000)
commit98511a7c38bed76a1c3499a8955a22ec6013e812
treec6fbce9b490c9acd370c52ff84635f65df7f09dd
parent96072c05d6299bace3416f7a2122050ce065e579
Turns out that setpgrp(0,0) is different from setpgrp(pid,pid) -- and
only the former works correctly on some BSD systems.
v7/src/microcode/ux.c