diff options
Diffstat (limited to 'ipc/mach_port.h')
-rw-r--r-- | ipc/mach_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mach_port.h b/ipc/mach_port.h index c93c48df..ec260b31 100644 --- a/ipc/mach_port.h +++ b/ipc/mach_port.h @@ -157,7 +157,7 @@ kern_return_t mach_port_set_protected_payload( ipc_space_t space, mach_port_name_t name, - unsigned long payload); + rpc_uintptr_t payload); kern_return_t mach_port_clear_protected_payload( |