t9pfuse: convert "invalid" to EINVAL - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 77fb6ec71369e500bab001a328c5363181980d6f
DIR parent 482299b83c134ed1cad4fb80980f2007029ee212
HTML Author: Russ Cox <rsc@swtch.com>
Date: Thu, 24 Jul 2008 07:59:25 -0700
9pfuse: convert "invalid" to EINVAL
Diffstat:
M src/cmd/9pfuse/errstr.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/src/cmd/9pfuse/errstr.c b/src/cmd/9pfuse/errstr.c
t@@ -39,6 +39,7 @@ static Error errortab[] = {
{ "in use", EBUSY },
{ "busy", EBUSY },
{ "illegal", EINVAL },
+ { "invalid", EINVAL },
{ "read-only", EROFS },
{ "read only", EROFS },
#ifdef EPROTO