diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-19 09:14:20 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-19 12:53:42 -0600 |
commit | b85e0bd570de1245afa2738057925320789601c5 (patch) | |
tree | 865061c13a9b256c2b0cd66e0530d9cf951c981a /lib9p/idl/2005-9P2000.u.9p | |
parent | 0a700d5e8e5feec3fc07316924a00b2b7cab6050 (diff) |
lib9p_idl: Clean up struct stat and numeric user IDs
Diffstat (limited to 'lib9p/idl/2005-9P2000.u.9p')
-rw-r--r-- | lib9p/idl/2005-9P2000.u.9p | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib9p/idl/2005-9P2000.u.9p b/lib9p/idl/2005-9P2000.u.9p index 1d630f9..446385c 100644 --- a/lib9p/idl/2005-9P2000.u.9p +++ b/lib9p/idl/2005-9P2000.u.9p @@ -17,13 +17,13 @@ num nuid = 4 num errno = 4 "NOERROR = 0" -struct stat += "file_extension[s]" - "file_owner_n_uid[nuid]" - "file_owner_n_gid[nuid]" - "file_last_modified_n_uid[nuid]" +struct stat += "extension[s]" + "owner_unum[nuid]" + "owner_gnum[nuid]" + "last_modifier_unum[nuid]" -msg Tauth += "n_uid[nuid]" -msg Tattach += "n_uid[nuid]" +msg Tauth += "unum[nuid]" +msg Tattach += "unum[nuid]" msg Rerror += "errnum[errno]" |