diff options
Diffstat (limited to 'ipc/mach_rpc.c')
-rw-r--r-- | ipc/mach_rpc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ipc/mach_rpc.c b/ipc/mach_rpc.c index e056a7fd..6ca46cc9 100644 --- a/ipc/mach_rpc.c +++ b/ipc/mach_rpc.c @@ -58,9 +58,10 @@ * info to the other side. */ kern_return_t -mach_port_rpc_copy(portp, sact, dact) - struct rpc_port_desc *portp; - struct Act *sact, *dact; +mach_port_rpc_copy( + struct rpc_port_desc *portp, + struct Act *sact, + struct Act *dact) { ipc_space_t sspace, dspace; mach_msg_type_name_t tname; |