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") --- pfinet/tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pfinet/tunnel.c') diff --git a/pfinet/tunnel.c b/pfinet/tunnel.c index d140b657..1082404e 100644 --- a/pfinet/tunnel.c +++ b/pfinet/tunnel.c @@ -369,7 +369,7 @@ error_t trivfs_S_io_write (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t replytype, - data_t data, + const_data_t data, mach_msg_type_number_t datalen, off_t offset, mach_msg_type_number_t *amount) -- cgit v1.2.3