diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:20:02 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:20:02 -0700 |
commit | d0e9e9c4a178fe396f3ba255bc440a15b107a097 (patch) | |
tree | bb1713fc757d70b1e15b584aea9f7462a19374c2 /lib9p/idl/2002-9P2000.9p | |
parent | c578a300c7d0d46662fcd0bdce69af95a821bc18 (diff) | |
parent | 1aad8aa5947960e26d8efcdabb52babd6b52005b (diff) |
Merge branch 'lukeshu/lib9p-idl-cleanup'
Diffstat (limited to 'lib9p/idl/2002-9P2000.9p')
-rw-r--r-- | lib9p/idl/2002-9P2000.9p | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/idl/2002-9P2000.9p b/lib9p/idl/2002-9P2000.9p index 47d402a..c83f439 100644 --- a/lib9p/idl/2002-9P2000.9p +++ b/lib9p/idl/2002-9P2000.9p @@ -1,4 +1,4 @@ -# 2002-9P2000.9p - Definitions of 9P2000 messages +# lib9p/idl/2002-9P2000.9p - Definitions of 9P2000 messages # # Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-License-Identifier: AGPL-3.0-or-later @@ -104,7 +104,7 @@ struct stat = "stat_size[2,val=end-&kern_type]" # "O"pen flags (flags to pass to Topen and Tcreate) bitfield o = 1 "0=mode_0" # low bit of the 2-bit READ/WRITE/RDWR/EXEC enum - "1=mode_1" # high bit of the 2-bit READ/WRITE/RDWR/EXEC enum" + "1=mode_1" # high bit of the 2-bit READ/WRITE/RDWR/EXEC enum #"2=unused" #"3=unused" "4=TRUNC" |