From f5fb7c713ea443469406a691e60a6f4567a4cb75 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 17 Jan 2022 00:32:29 +0100 Subject: Fix const warnings Now that the RPCs have const, this forces us cleaning our const-meant functions. --- usermux/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usermux/mux.c') diff --git a/usermux/mux.c b/usermux/mux.c index 7c57f940..c0bda94f 100644 --- a/usermux/mux.c +++ b/usermux/mux.c @@ -55,7 +55,7 @@ static error_t lookup_user (struct usermux *mux, const char *user, what.) */ error_t netfs_attempt_lookup (struct iouser *user, struct node *dir, - char *name, struct node **node) + const char *name, struct node **node) { error_t err; -- cgit v1.2.3