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 4dbf9fc..d4049d2 100644 --- a/kern/ipc_host.c +++ b/kern/ipc_host.c @@ -126,7 +126,7 @@ host_self(void) ipc_port_copyout_send_compat(sright, current_space()); } -#endif MACH_IPC_COMPAT +#endif /* MACH_IPC_COMPAT */ /* * ipc_processor_init: |