summaryrefslogtreecommitdiff
path: root/ipc/mach_rpc.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-16 23:55:14 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-17 19:03:05 +0100
commitece37d66ae394a0d783f3cba8a71d7b61735b0aa (patch)
tree52828034b2f55eba0612b47d03147398201d3a0f /ipc/mach_rpc.c
parent1a81c796689a01b00bc5aea0b3bd3fd672530798 (diff)
ipc: qualify pointers whose dereferenced values are constant with const
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;
}