diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-23 01:48:23 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-23 11:10:07 -0700 |
commit | 6e60a6d4cc69b0f03c31b9cf4cd042422e49e2f6 (patch) | |
tree | 7e4859c2a300c7ffa1f5f6d0f8465a1cce9a3fa6 /lib9p/idl | |
parent | 104ea21b497171f5a1c4ba80d82337da3f7c2632 (diff) |
lib9p: idl: 9P2000.L: Also import Rerror
For some of the imported methods, it doesn't specify to use Rlerror
instead of Rerror.
Diffstat (limited to 'lib9p/idl')
-rw-r--r-- | lib9p/idl/2010-9P2000.L.9p | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib9p/idl/2010-9P2000.L.9p b/lib9p/idl/2010-9P2000.L.9p index 972e7d0..bc36f01 100644 --- a/lib9p/idl/2010-9P2000.L.9p +++ b/lib9p/idl/2010-9P2000.L.9p @@ -7,7 +7,9 @@ # https://github.com/chaos/diod/blob/master/protocol.md version "9P2000.L" -from ./2002-9P2000.9p import tag, fid, s, qt, qid, Tversion, Rversion, Tflush, Rflush, Twalk, Rwalk, Tread, Rread, Twrite, Rwrite, Tclunk, RClunk, Tremove, Rremove +from ./2002-9P2000.9p import tag, fid, s, qt, qid +from ./2002-9P2000.9p import Rerror +from ./2002-9P2000.9p import Tversion, Rversion, Tflush, Rflush, Twalk, Rwalk, Tread, Rread, Twrite, Rwrite, Tclunk, RClunk, Tremove, Rremove from ./2005-9P2000.u.9p import nuid, Tauth, Rauth, Tattach, Rattach bitfield getattr = 8 |