diff options
Diffstat (limited to 'hostmux/mux.c')
-rw-r--r-- | hostmux/mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostmux/mux.c b/hostmux/mux.c index ddca89d1..90630dec 100644 --- a/hostmux/mux.c +++ b/hostmux/mux.c @@ -53,7 +53,7 @@ static error_t lookup_host (struct hostmux *mux, const char *host, 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; |