aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mach/message.h8
-rw-r--r--include/mach/mig_support.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/include/mach/message.h b/include/mach/message.h
index 30c07296..e6d26f58 100644
--- a/include/mach/message.h
+++ b/include/mach/message.h
@@ -393,9 +393,9 @@ mach_msg_trap
mach_msg_option_t option,
mach_msg_size_t send_size,
mach_msg_size_t rcv_size,
- mach_port_t rcv_name,
+ mach_port_name_t rcv_name,
mach_msg_timeout_t timeout,
- mach_port_t notify);
+ mach_port_name_t notify);
extern mach_msg_return_t
mach_msg
@@ -403,9 +403,9 @@ mach_msg
mach_msg_option_t option,
mach_msg_size_t send_size,
mach_msg_size_t rcv_size,
- mach_port_t rcv_name,
+ mach_port_name_t rcv_name,
mach_msg_timeout_t timeout,
- mach_port_t notify);
+ mach_port_name_t notify);
extern __typeof (mach_msg) __mach_msg;
extern __typeof (mach_msg_trap) __mach_msg_trap;
diff --git a/include/mach/mig_support.h b/include/mach/mig_support.h
index 865bdc5f..0794a5fb 100644
--- a/include/mach/mig_support.h
+++ b/include/mach/mig_support.h
@@ -47,7 +47,7 @@ extern void mig_dealloc_reply_port(mach_port_t);
extern void mig_put_reply_port(mach_port_t);
-extern mach_port_t mig_get_reply_port(void);
+extern mach_port_name_t mig_get_reply_port(void);
extern void mig_reply_setup(const mach_msg_header_t *_request,
mach_msg_header_t *reply);