]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: fix statx() includes
authorKarel Zak <kzak@redhat.com>
Wed, 23 Aug 2023 09:50:37 +0000 (11:50 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 31 Aug 2023 08:26:24 +0000 (10:26 +0200)
commit7d679f29aee9f56b07bd792e07b5b4e1ca2f3fa7
treea1ace951705db61723eb1581312afac1fad5fb1d
parentf7e23ebc2e03a7dbe1a82615b40a6fd4aabb5494
libmount: fix statx() includes

Using sys/stat.h and linux/stat is too tricky.h together. It seems
better to rely on libc and use sys/stat.h only. Users affected
by old libc must update to use recent util-linux.

Fixes: https://github.com/util-linux/util-linux/issues/2448
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
include/fileutils.h
libmount/src/hook_mount.c
libmount/src/utils.c
meson.build