commit dc24d309d591eb59168a84f233bb8dfb1795c5a2 from: Oleg Nemanov via: Dan Cross date: Wed Jan 15 13:32:00 2020 UTC 9pfuse: update errortab commit - e0434ae42450a56c3817d4e4857cb6d0da8ed548 commit + dc24d309d591eb59168a84f233bb8dfb1795c5a2 blob - e3a122e4cb8d42586a0f714f1ecc543badd7af4c blob + ef5da00f394e47f223828ee4579325a4a3f3590f --- src/cmd/9pfuse/errstr.c +++ src/cmd/9pfuse/errstr.c @@ -21,6 +21,7 @@ static Error errortab[] = { { "exist", ENOENT }, { "no such", ENOENT }, { "not found", ENOENT }, + { "not implemented", ENOSYS}, { "input/output", EIO }, { "timeout", ETIMEDOUT }, { "timed out", ETIMEDOUT }, @@ -42,6 +43,7 @@ static Error errortab[] = { { "invalid", EINVAL }, { "read-only", EROFS }, { "read only", EROFS }, + { "stale ", ESTALE}, #ifdef EPROTO { "proto", EPROTO }, #else