diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-04 17:28:54 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-04 17:28:54 -0600 |
commit | 2fe787ba4db420f5b08573d77e35cfaa0d7a0793 (patch) | |
tree | b9c1264b56d713a6df9b029606f87d824f3a3d20 /lib9p/9P2000.u.txt | |
parent | b683e779ef83b88f6ffc503a1d1a4f3ec25a5cfa (diff) |
wip srv
Diffstat (limited to 'lib9p/9P2000.u.txt')
-rw-r--r-- | lib9p/9P2000.u.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib9p/9P2000.u.txt b/lib9p/9P2000.u.txt index 3958a92..9f28f33 100644 --- a/lib9p/9P2000.u.txt +++ b/lib9p/9P2000.u.txt @@ -15,7 +15,8 @@ stat += "file_extension[s]" "file_owner_n_gid[4]" "file_last_modified_n_uid[4]" -Tauth += "n_uname[4]" +Tauth += "n_uname[4]" +Tattach += "n_uname[4]" Rerror += "errno[4]" |