9pfuse: convert "invalid" to EINVAL

This commit is contained in:
Russ Cox 2008-07-24 07:59:25 -07:00
parent 482299b83c
commit 77fb6ec713

View file

@ -39,6 +39,7 @@ static Error errortab[] = {
{ "in use", EBUSY },
{ "busy", EBUSY },
{ "illegal", EINVAL },
{ "invalid", EINVAL },
{ "read-only", EROFS },
{ "read only", EROFS },
#ifdef EPROTO