diff options
Diffstat (limited to 'include/mach/mig_support.h')
-rw-r--r-- | include/mach/mig_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |