commit 77fb6ec71369e500bab001a328c5363181980d6f
parent 482299b83c134ed1cad4fb80980f2007029ee212
Author: Russ Cox <rsc@swtch.com>
Date: Thu, 24 Jul 2008 07:59:25 -0700
9pfuse: convert "invalid" to EINVAL
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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