diff options
Diffstat (limited to 'lib9p/core_tables.h')
-rw-r--r-- | lib9p/core_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/core_tables.h b/lib9p/core_tables.h index da2027a..c410db1 100644 --- a/lib9p/core_tables.h +++ b/lib9p/core_tables.h @@ -35,7 +35,7 @@ struct _lib9p_recv_tentry { }; struct _marshal_ret { - size_t net_iov_cnt; + int net_iov_cnt; struct iovec *net_iov; size_t net_copied_size; uint8_t *net_copied; |