From cd3c1f4175422aebd266235917f45f288be6fa00 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 19 Jan 1995 07:01:10 +0000 Subject: (S_proc_child): Use nowait_msg_proc_newids instead of nowait_proc_newids. --- proc/mgt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'proc/mgt.c') diff --git a/proc/mgt.c b/proc/mgt.c index aea9b024..0111d325 100644 --- a/proc/mgt.c +++ b/proc/mgt.c @@ -73,7 +73,7 @@ check_uid (struct proc *p, uid_t uid) { int i; for (i = 0; i < p->p_id->i_nuids; i++) - if (p->p_id->i_uids[i] == uid || p->p_id\->i_uids[i] == 0) + if (p->p_id->i_uids[i] == uid || p->p_id->i_uids[i] == 0) return 1; return 0; } @@ -182,9 +182,9 @@ S_proc_child (struct proc *parentp, it for us. */ } else if (childp->p_msgport != MACH_PORT_NULL) - nowait_proc_newids (childp->p_msgport, childp->p_task, - childp->p_parent->p_pid, childp->p_pgrp->pg_pgid, - !childp->p_pgrp->pg_orphcnt); + nowait_msg_proc_newids (childp->p_msgport, childp->p_task, + childp->p_parent->p_pid, childp->p_pgrp->pg_pgid, + !childp->p_pgrp->pg_orphcnt); childp->p_parentset = 1; return 0; } -- cgit v1.2.3