CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/14 23:09:01
Modified files:
sys/kern : kern_fork.c
Log message:
Process groups can't be removed if a zombie process is in them, so
ispidtaken() can rely on pgfind() for all pgrp checks and can simply
use zombiefind() for the zombie check
ok jca@
