mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
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> |
||
---|---|---|
.. | ||
aio | ||
binfs | ||
cromfs | ||
driver | ||
fat | ||
hostfs | ||
inode | ||
littlefs | ||
mmap | ||
mnemofs | ||
mount | ||
mqueue | ||
nfs | ||
nxffs | ||
partition | ||
procfs | ||
romfs | ||
rpmsgfs | ||
semaphore | ||
shm | ||
smartfs | ||
socket | ||
spiffs | ||
tmpfs | ||
unionfs | ||
userfs | ||
v9fs | ||
vfs | ||
zipfs | ||
CMakeLists.txt | ||
fs_initialize.c | ||
Kconfig | ||
Makefile |