diff options
Diffstat (limited to 'proc/msg.c')
-rw-r--r-- | proc/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ static void * tickle_init (void *initport) { startup_essential_task ((mach_port_t) initport, mach_task_self (), - MACH_PORT_NULL, "proc", master_host_port); + MACH_PORT_NULL, "proc", _hurd_host_priv); return NULL; } |