From dd3048b2e483f66571cfa1b2ccebb2091b9ad990 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 16 Jan 2022 18:54:19 +0100 Subject: Make RPC input array parameters const This follows mig's cf4bcc3f1435 ("Also add const qualifiers on server side") --- trans/remap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans/remap.c') diff --git a/trans/remap.c b/trans/remap.c index fcd276d6..29feef95 100644 --- a/trans/remap.c +++ b/trans/remap.c @@ -56,7 +56,7 @@ static struct remap *remaps; error_t trivfs_S_dir_lookup (struct trivfs_protid *diruser, mach_port_t reply, mach_msg_type_name_t reply_type, - char *filename, + const_string_t filename, int flags, mode_t mode, retry_type *do_retry, -- cgit v1.2.3