diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-29 18:26:16 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-29 18:26:16 -0600 |
commit | a30e879a82b06df850698e6bd30068dc0893a845 (patch) | |
tree | 3ecce9bac17d3a4b89b11f1df281c0587d4443d4 /lib9p/idl/1995-9P1.9p.wip | |
parent | 6ab74d74ee6dc1663b66d0a9a0471f63ade5659a (diff) | |
parent | 9096e2d9cb6f438e49aa29aa2cfaef1717466a05 (diff) |
Merge branch 'lukeshu/9p-idl-improvements'
Diffstat (limited to 'lib9p/idl/1995-9P1.9p.wip')
-rw-r--r-- | lib9p/idl/1995-9P1.9p.wip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/idl/1995-9P1.9p.wip b/lib9p/idl/1995-9P1.9p.wip index 2caf39d..660e24a 100644 --- a/lib9p/idl/1995-9P1.9p.wip +++ b/lib9p/idl/1995-9P1.9p.wip @@ -43,7 +43,7 @@ from ./1992-9P0.9p import tag, fid, qid, name, errstr, o, ch, stat # draft RFC). As I understand it, CHMOUNT indicates that the file is # mounted by the kernel as a 9P transport; that the kernel has a lock # on doing I/O on it, so userspace can't do I/O on it. -bitfield ch += "28=MOUNT" +bitfield ch += "bit 28=_PLAN9_MOUNT" # Authentication uses DES encryption. The client obtains a ticket and # a nonce-key from a separate auth-server; how it does this is beyond |