diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-20 08:21:00 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-12 02:28:40 -0600 |
commit | cbbefb09078331b98d523f24a0fa87be5db81d5e (patch) | |
tree | 461d2c47d88839a090025d8ccaf3c550d7ce6c3a /lib9p | |
parent | 1affc79a60fa433f753cb5e70fc2f2ba274e60a3 (diff) |
libhw_generic: io.h: Tidy up
Diffstat (limited to 'lib9p')
-rw-r--r-- | lib9p/srv_include/lib9p/srv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib9p/srv_include/lib9p/srv.h b/lib9p/srv_include/lib9p/srv.h index 1114950..6b7fd60 100644 --- a/lib9p/srv_include/lib9p/srv.h +++ b/lib9p/srv_include/lib9p/srv.h @@ -99,9 +99,6 @@ void lib9p_srv_stat_assert(struct lib9p_srv_stat stat); /* interface definitions ******************************************************/ -typedef struct iovec iovec; -DECLARE_ERROR_OR(iovec); - struct lib9p_srv_dirent { struct lib9p_qid qid; struct lib9p_s name; |