aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pfuse
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9pfuse')
-rw-r--r--src/cmd/9pfuse/errstr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/9pfuse/errstr.c b/src/cmd/9pfuse/errstr.c
index a51e337c..e03d9589 100644
--- a/src/cmd/9pfuse/errstr.c
+++ b/src/cmd/9pfuse/errstr.c
@@ -39,6 +39,7 @@ static Error errortab[] = {
{ "in use", EBUSY },
{ "busy", EBUSY },
{ "illegal", EINVAL },
+ { "invalid", EINVAL },
{ "read-only", EROFS },
{ "read only", EROFS },
#ifdef EPROTO