diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-07 15:29:21 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-07 15:29:21 -0600 |
commit | 28486154a1b3763992548bc085070f3f09e4bf09 (patch) | |
tree | ebbe770c7dea2044e9db91275b316b10957716c6 /lib9p/9P2000.txt | |
parent | b160e07ac1cb13bef89c248c555a00287c7574b9 (diff) |
lib9p: add DM_PERM, more newlines in bitfield headers
Diffstat (limited to 'lib9p/9P2000.txt')
-rw-r--r-- | lib9p/9P2000.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib9p/9P2000.txt b/lib9p/9P2000.txt index 9cdb943..ab898ec 100644 --- a/lib9p/9P2000.txt +++ b/lib9p/9P2000.txt @@ -55,6 +55,8 @@ bitfield dm 32 1/OTHER_W 0/OTHER_X + PERM=0777 # {OWNER,GROUP,OTHER}_{R,W,X} + # QID Type (see qid below) bitfield qt 8 7/DIR |