diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-02 21:44:27 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-02 21:50:40 -0600 |
commit | ad2027ae26e5d83eb42c9edaa90f7b278f9b0d3d (patch) | |
tree | 696c1d8bca3c8a7b29aa89ec0763b2e2e5c850eb /lib9p/9P2000.txt | |
parent | 06ab37743a3a657178a17d56252794073c00342b (diff) |
lib9p: Exclude the MOUNT bit from masks, align masks
Diffstat (limited to 'lib9p/9P2000.txt')
-rw-r--r-- | lib9p/9P2000.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/9P2000.txt b/lib9p/9P2000.txt index 98ed952..5b5b942 100644 --- a/lib9p/9P2000.txt +++ b/lib9p/9P2000.txt @@ -103,8 +103,8 @@ stat = "stat_size[2]" # "O"pen flags (flags to pass to Topen and Tcreate) bitfield o 8 - 0/_rwx_0 # low bit of the 2-bit READ/WRITE/RDWR/EXEC enum - 1/_rwx_1 # high bit of the 2-bit READ/WRITE/RDWR/EXEC enum + 0/rwx_0 # low bit of the 2-bit READ/WRITE/RDWR/EXEC enum + 1/rwx_1 # high bit of the 2-bit READ/WRITE/RDWR/EXEC enum #2/unused #3/unused 4/TRUNC |