1e3e551a19
Summary: fix error: v9fs/client.c: In function 'v9fs_client_walk': v9fs/client.c:1462:16: error: array type has incomplete element type 'struct iovec' 1462 | struct iovec wiov[2]; | ^~~~ v9fs/client.c:1463:16: error: array type has incomplete element type 'struct iovec' 1463 | struct iovec riov[2]; | ^~~~ v9fs/client.c:1463:16: warning: unused variable 'riov' [-Wunused-variable] v9fs/client.c:1462:16: warning: unused variable 'wiov' [-Wunused-variable] 1462 | struct iovec wiov[2]; | ^~~~ v9fs/client.c: In function 'v9fs_transport_done': v9fs/client.c:1721:49: error: invalid use of undefined type 'struct iovec' 1721 | FAR struct v9fs_lerror_s *error = cookie->riov[0].iov_base; | ^ v9fs/client.c:1721:52: error: invalid use of undefined type 'struct iovec' 1721 | FAR struct v9fs_lerror_s *error = cookie->riov[0].iov_base; | ^ Signed-off-by: chenrun1 <chenrun1@xiaomi.com> |
||
---|---|---|
.. | ||
client.c | ||
client.h | ||
CMakeLists.txt | ||
Kconfig | ||
Make.defs | ||
transport.c | ||
v9fs.c | ||
virtio_9p.c |