diff options
Diffstat (limited to 'hostmux/node.c')
-rw-r--r-- | hostmux/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostmux/node.c b/hostmux/node.c index f1e17769..3f629c30 100644 --- a/hostmux/node.c +++ b/hostmux/node.c @@ -43,7 +43,7 @@ netfs_node_norefs (struct node *node) locked on success; no matter what, unlock DIR before returning. */ error_t netfs_attempt_create_file (struct iouser *user, struct node *dir, - char *name, mode_t mode, struct node **node) + const char *name, mode_t mode, struct node **node) { *node = 0; pthread_mutex_unlock (&dir->lock); |