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") --- libdiskfs/dir-unlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/dir-unlink.c') diff --git a/libdiskfs/dir-unlink.c b/libdiskfs/dir-unlink.c index 2a54cc38..5a8bef34 100644 --- a/libdiskfs/dir-unlink.c +++ b/libdiskfs/dir-unlink.c @@ -22,7 +22,7 @@ /* Implement dir_unlink as described in . */ kern_return_t diskfs_S_dir_unlink (struct protid *dircred, - string_t name) + const_string_t name) { struct node *dnp; struct node *np; -- cgit v1.2.3