This is an automated email from the ASF dual-hosted git repository.
linguini1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c13914c7b2b stdbit.h: fix compilation error of generic stdc_ functions
new fa61c78c783 sys/types: always use unsigned int for uid_t/gid_t
new 50377d09096 fs: widen ino_t from uint16_t to uint32_t
new 2ea2655bc6c fs/dirent: add d_ino member to struct dirent
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/sim/src/sim/posix/sim_hostfs.c | 2 ++
fs/rpmsgfs/rpmsgfs.h | 6 +++---
fs/rpmsgfs/rpmsgfs_client.c | 1 +
fs/rpmsgfs/rpmsgfs_server.c | 1 +
fs/vfs/fs_dir.c | 2 ++
include/dirent.h | 3 ++-
include/nuttx/fs/hostfs.h | 13 ++++++++-----
include/sys/types.h | 13 +++----------
8 files changed, 22 insertions(+), 19 deletions(-)