summaryrefslogtreecommitdiff
path: root/kern/ipc_mig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ipc_mig.h')
-rw-r--r--kern/ipc_mig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_mig.h b/kern/ipc_mig.h
index 3e368ae..6f063ec 100644
--- a/kern/ipc_mig.h
+++ b/kern/ipc_mig.h
@@ -59,7 +59,7 @@ extern mach_msg_return_t mach_msg_send_from_kernel(
extern void mach_msg_abort_rpc (ipc_thread_t);
extern mach_msg_return_t mach_msg_rpc_from_kernel(
- mach_msg_header_t *msg,
+ const mach_msg_header_t *msg,
mach_msg_size_t send_size,
mach_msg_size_t reply_size);