From 77fb6ec71369e500bab001a328c5363181980d6f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 24 Jul 2008 07:59:25 -0700 Subject: 9pfuse: convert "invalid" to EINVAL --- src/cmd/9pfuse/errstr.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3