diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-20 18:58:21 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-22 19:32:44 -0600 |
commit | f181fcb587e88ac602289a2f258b7a39e745a4e4 (patch) | |
tree | 9317fa4150dc7ae7b35272188adc716d05ace789 /lib9p/idl/2005-9P2000.u.9p | |
parent | 83c207920d2073c45ff15d1da92a126d8d892eec (diff) |
lib9p: idl: Create an 'errno' type
Diffstat (limited to 'lib9p/idl/2005-9P2000.u.9p')
-rw-r--r-- | lib9p/idl/2005-9P2000.u.9p | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib9p/idl/2005-9P2000.u.9p b/lib9p/idl/2005-9P2000.u.9p index d96bbce..fefe3e9 100644 --- a/lib9p/idl/2005-9P2000.u.9p +++ b/lib9p/idl/2005-9P2000.u.9p @@ -14,6 +14,9 @@ from ./2002-9P2000.9p import * num nuid = 4 "NONUID = ~0" +num errno = 4 + "NOERROR = 0" + struct stat += "file_extension[s]" "file_owner_n_uid[nuid]" "file_owner_n_gid[nuid]" @@ -22,7 +25,7 @@ struct stat += "file_extension[s]" msg Tauth += "n_uid[nuid]" msg Tattach += "n_uid[nuid]" -msg Rerror += "errno[4]" +msg Rerror += "errno[errno]" bitfield dm += "23=DEVICE" "21=NAMEDPIPE" |