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 643d0fb..e056a7f 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(ipc_space_t space, char *name, char *buffer, unsigned int buflen)
+mach_port_rpc_sig(const ipc_space_t space, const char *name, const char *buffer, unsigned int buflen)
{
return KERN_FAILURE;
}