diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-02 12:44:41 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-02 12:44:41 -0600 |
commit | 50cfe77ace4caa424352a163f90bbf7a684b60d6 (patch) | |
tree | eec52aca00a7dada9335cef9f3f6555b4039c851 /lib9p/9P2000.u.txt | |
parent | ada828fc3eaf9891e1bbb6503106d36ef53b6c8a (diff) |
more bitfield
Diffstat (limited to 'lib9p/9P2000.u.txt')
-rw-r--r-- | lib9p/9P2000.u.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/9P2000.u.txt b/lib9p/9P2000.u.txt index a1dbcfb..29fd2d8 100644 --- a/lib9p/9P2000.u.txt +++ b/lib9p/9P2000.u.txt @@ -19,7 +19,7 @@ Tauth += "n_uname[4]" Rerror += "errno[4]" -qid_type += 1/SYMLINK +qt += 1/SYMLINK # DMDIR = 1<<31 # DMAPPEND = 1<<30 |