From 9518a5e29e6774fb66821140c916522abb985eaf Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 1 Dec 2022 00:42:57 -0500 Subject: Use mach_port_name_t in a few more places A few places that I missed in 958686efa2175abe3f7044890c2c2370e29147f2. Message-Id: --- ipc/mach_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/mach_msg.c') diff --git a/ipc/mach_msg.c b/ipc/mach_msg.c index c4b1fed6..aa8cdb5b 100644 --- a/ipc/mach_msg.c +++ b/ipc/mach_msg.c @@ -290,7 +290,7 @@ mach_msg_receive_continue(void) mach_msg_option_t option = self->ith_option; mach_msg_size_t rcv_size = self->ith_rcv_size; mach_msg_timeout_t time_out = self->ith_timeout; - mach_port_t notify = self->ith_notify; + mach_port_name_t notify = self->ith_notify; ipc_object_t object = self->ith_object; ipc_mqueue_t mqueue = self->ith_mqueue; ipc_kmsg_t kmsg; -- cgit v1.2.3