diff options
Diffstat (limited to 'kern/ipc_host.c')
-rw-r--r-- | kern/ipc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_host.c b/kern/ipc_host.c index a02eb6f6..6163beff 100644 --- a/kern/ipc_host.c +++ b/kern/ipc_host.c @@ -94,7 +94,7 @@ void ipc_host_init(void) * or other errors. */ -mach_port_t +mach_port_name_t mach_host_self(void) { ipc_port_t sright; |