aboutsummaryrefslogtreecommitdiff
path: root/ipc/mach_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/mach_msg.h')
-rw-r--r--ipc/mach_msg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipc/mach_msg.h b/ipc/mach_msg.h
index ce0fe4d4..ee093f8d 100644
--- a/ipc/mach_msg.h
+++ b/ipc/mach_msg.h
@@ -41,12 +41,12 @@
extern mach_msg_return_t
mach_msg_send(mach_msg_header_t *, mach_msg_option_t,
- mach_msg_size_t, mach_msg_timeout_t, mach_port_t);
+ mach_msg_size_t, mach_msg_timeout_t, mach_port_name_t);
extern mach_msg_return_t
mach_msg_receive(mach_msg_header_t *, mach_msg_option_t,
- mach_msg_size_t, mach_port_t,
- mach_msg_timeout_t, mach_port_t);
+ mach_msg_size_t, mach_port_name_t,
+ mach_msg_timeout_t, mach_port_name_t);
extern void
mach_msg_receive_continue(void);