]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Replace `svfs.f_namelen` with `svfs.f_namemax` (#1924)
authorWong Hoi Sing Edison <hswong3i@gmail.com>
Wed, 19 Jul 2023 08:59:32 +0000 (16:59 +0800)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2023 08:59:32 +0000 (10:59 +0200)
commitbd074c2531e867078788fe8539376c31119e4e55
tree5c41c39e8e06cfbecd662be0a9d8914c2f24b7ed
parent4956ba356bd01948e63949c1f9ef2bfa19bf897c
Replace `svfs.f_namelen` with `svfs.f_namemax` (#1924)

The equivalent for `f_namelen` in struct statvfs is `f_namemax`.

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
libarchive/archive_read_disk_posix.c