From 85dd47aa569db9e72fd5bc958017e2348b01d0b0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 7 Apr 1994 22:34:34 +0000 Subject: Formerly main.c.~6~ --- proc/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proc') diff --git a/proc/main.c b/proc/main.c index e9f83f90..c19c1e61 100644 --- a/proc/main.c +++ b/proc/main.c @@ -58,6 +58,7 @@ main () mach_port_allocate (mach_task_self (), MACH_PORT_RIGHT_PORT_SET, &request_portset); + /* new_proc depends on these assignments which must occur in this order. */ self_proc = new_proc (mach_task_self ()); /* proc 0 is the procserver */ startup_proc = new_proc (MACH_PORT_NULL); /* proc 1 is init */ -- cgit v1.2.3