summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-04-07 22:34:34 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-04-07 22:34:34 +0000
commit85dd47aa569db9e72fd5bc958017e2348b01d0b0 (patch)
tree6299e31f3b134917955806e4863b626daaaa1a40 /proc
parentb3c62bf1193298c13593930eb5f13cc55c507c1b (diff)
Formerly main.c.~6~
Diffstat (limited to 'proc')
-rw-r--r--proc/main.c1
1 files changed, 1 insertions, 0 deletions
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 */