diff options
Diffstat (limited to 'usermux/mux.c')
-rw-r--r-- | usermux/mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |