From 48e13cd1354e2737b750a0d23beb1e2519a79d8f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 15 Aug 1994 20:35:23 +0000 Subject: Formerly main.c.~12~ --- proc/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proc/main.c b/proc/main.c index 792be5c6..381bee9f 100644 --- a/proc/main.c +++ b/proc/main.c @@ -61,6 +61,10 @@ main (int argc, char **argv, char **envp) mach_port_allocate (mach_task_self (), MACH_PORT_RIGHT_PORT_SET, &request_portset); + mach_port_allocate (mach_task_self (), MACH_PORT_RIGHT_RECEIVE, + &generic_port); + mach_port_move_member (mach_task_self (), generic_port, 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