summaryrefslogtreecommitdiff
path: root/ipc/mach_rpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/mach_rpc.c')
-rw-r--r--ipc/mach_rpc.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/ipc/mach_rpc.c b/ipc/mach_rpc.c
index 7f5b2eb2..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;
@@ -141,7 +142,7 @@ mach_port_rpc_copy(portp, sact, dact)
}
kern_return_t
-mach_port_rpc_sig(space, name, buffer, buflen)
+mach_port_rpc_sig(const ipc_space_t space, const char *name, const char *buffer, unsigned int buflen)
{
return KERN_FAILURE;
}