summaryrefslogtreecommitdiff
path: root/lib9p/idl/1995-9P1.9p.wip
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-28 11:03:37 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-29 18:21:22 -0600
commitfc462d13cb2f49b4c4745742dfaed994596a54b8 (patch)
tree3c78506ca4289822b65a9bdf1731edb888e9eb47 /lib9p/idl/1995-9P1.9p.wip
parent0b31e9fa29699bbf140e168a17ead1c993d42e3e (diff)
lib9p: idl: In bitfields, explicitly say "bit" or "alias"
Diffstat (limited to 'lib9p/idl/1995-9P1.9p.wip')
-rw-r--r--lib9p/idl/1995-9P1.9p.wip2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/idl/1995-9P1.9p.wip b/lib9p/idl/1995-9P1.9p.wip
index 765356c..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=_PLAN9_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