From dd105899e3f76054d89faf025c7e2db64a75d43b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 17 Jun 1994 17:00:13 +0000 Subject: Formerly mgt.c.~11~ --- proc/mgt.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'proc') diff --git a/proc/mgt.c b/proc/mgt.c index 728233c1..138c4cce 100644 --- a/proc/mgt.c +++ b/proc/mgt.c @@ -176,13 +176,6 @@ S_proc_child (struct proc *parentp, childp->p_pgrp = parentp->p_pgrp; join_pgrp (childp); - if (childp->p_argv == 0 && childp->p_envp == 0) - { - /* Inherit the argv and envp values from the parent. */ - childp->p_argv = parentp->p_argv; - childp->p_envp = parentp->p_envp; - } - childp->p_parentset = 1; if (childp->p_msgport) nowait_proc_newids (childp->p_msgport, childp->p_task, -- cgit v1.2.3