summaryrefslogtreecommitdiff
path: root/kern/act.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/act.c')
-rw-r--r--kern/act.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/act.c b/kern/act.c
index 697804f..0d0baea 100644
--- a/kern/act.c
+++ b/kern/act.c
@@ -934,7 +934,7 @@ act_get_special_port(Act *act, int which, ipc_port_t *portp)
case THREAD_REPLY_PORT:
whichp = &act->reply_port;
break;
-#endif MACH_IPC_COMPAT
+#endif /* MACH_IPC_COMPAT */
case THREAD_KERNEL_PORT:
whichp = &act->self_port;
@@ -994,7 +994,7 @@ act_set_special_port(Act *act, int which, ipc_port_t port)
case THREAD_REPLY_PORT:
whichp = &act->reply_port;
break;
-#endif MACH_IPC_COMPAT
+#endif /* MACH_IPC_COMPAT */
case THREAD_KERNEL_PORT:
whichp = &act->self_port;