From 8b8ead1e66117144f29b3e3a24b41d8097ddddd0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 7 Apr 1994 00:36:35 +0000 Subject: Formerly pgrp.c.~4~ --- proc/pgrp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'proc') diff --git a/proc/pgrp.c b/proc/pgrp.c index ea64ede7..ea500fee 100644 --- a/proc/pgrp.c +++ b/proc/pgrp.c @@ -371,10 +371,7 @@ join_pgrp (struct proc *p) pg->pg_plist->p_gprevp = &p->p_gnext; pg->pg_plist = p; - /* Processes 0 and 1 have no parent; they count as orphaned - processes always. */ - if (p->p_parent - && p->p_parent->p_pgrp != pg + if (p->p_parent->p_pgrp != pg && p->p_parent->p_pgrp->pg_session == pg->pg_session) pg->pg_orphcnt++; } -- cgit v1.2.3