diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/9pfuse/errstr.c | 1 |
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 |