diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-29 22:25:02 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 23:55:48 -0600 |
commit | b85e2a4c1bc272cb6ede732751beb55906f7e298 (patch) | |
tree | ad09857ab8b7a1e0f8c5bddd2b7af0bf093275cc /lib9p/srv_include | |
parent | 7b0f4d3ac1a64f4015148e89eeeeedf0a617cbc5 (diff) |
lib9p_srv: Switch to use error.h internally
Diffstat (limited to 'lib9p/srv_include')
-rw-r--r-- | lib9p/srv_include/lib9p/srv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib9p/srv_include/lib9p/srv.h b/lib9p/srv_include/lib9p/srv.h index 2da3f81..ce82e59 100644 --- a/lib9p/srv_include/lib9p/srv.h +++ b/lib9p/srv_include/lib9p/srv.h @@ -47,8 +47,6 @@ struct lib9p_srv_ctx { struct lib9p_srv_userid *user; BEGIN_PRIVATE(LIB9P_SRV_H); - _errnum err_num; - [[gnu::nonstring]] char err_msg[CONFIG_9P_SRV_MAX_ERR_SIZE]; struct _lib9p_srv_sess *parent_sess; lib9p_tag_t tag; uint8_t *net_bytes; |