diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-07 18:02:05 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-08 07:29:37 -0600 |
commit | c9e10321f50dcc02840c917e16e13531d32cc0c7 (patch) | |
tree | 23d2427ff7c62bd37550bfb3640eff785c42cb21 | |
parent | ef5956962675d7cb1bdb76a2fc45760b002a570c (diff) |
lib9p: idl: Comments
-rw-r--r-- | lib9p/idl/1992-9P0.9p.wip | 2 | ||||
-rw-r--r-- | lib9p/idl/2010-9P2000.L.9p | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/idl/1992-9P0.9p.wip b/lib9p/idl/1992-9P0.9p.wip index c9432c9..de902dd 100644 --- a/lib9p/idl/1992-9P0.9p.wip +++ b/lib9p/idl/1992-9P0.9p.wip @@ -137,5 +137,5 @@ msg Twstat = "typ[1,val=78] tag[tag] fid[fid] stat[stat]" msg Rwstat = "typ[1,val=79] tag[tag] fid[fid]" msg Tclwalk = "typ[1,val=80] tag[tag] fid[fid] newfid[fid] name[name]" msg Rclwalk = "typ[1,val=81] tag[tag] fid[fid] qid[qid]" -msg Tauth = "typ[1,val=82] tag[tag] fid[fid] uid[name] chal[encrypted_auth_challenge]" # chal is an encrypted +msg Tauth = "typ[1,val=82] tag[tag] fid[fid] uid[name] chal[encrypted_auth_challenge]" msg Rauth = "typ[1,val=83] tag[tag] fid[fid] chal[encrypted_auth_response]" diff --git a/lib9p/idl/2010-9P2000.L.9p b/lib9p/idl/2010-9P2000.L.9p index 5eb7d5c..d442252 100644 --- a/lib9p/idl/2010-9P2000.L.9p +++ b/lib9p/idl/2010-9P2000.L.9p @@ -198,7 +198,7 @@ bitfield lo = 4 "bit 16=DIRECTORY" "bit 17=NOFOLLOW" "bit 18=NOATIME" - "bit 19=CLOEXEC" + "bit 19=CLOEXEC" # What does this even mean in a remote protocol? "bit 20=SYNC" "num(MODE) RDONLY = 0" |