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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mach_rpc.c b/ipc/mach_rpc.c
index 7f5b2eb2..643d0fbf 100644
--- a/ipc/mach_rpc.c
+++ b/ipc/mach_rpc.c
@@ -141,7 +141,7 @@ mach_port_rpc_copy(portp, sact, dact)
}
kern_return_t
-mach_port_rpc_sig(space, name, buffer, buflen)
+mach_port_rpc_sig(ipc_space_t space, char *name, char *buffer, unsigned int buflen)
{
return KERN_FAILURE;
}