]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include/mount-api-utils: avoid using sys/mount.h
authorKarel Zak <kzak@redhat.com>
Thu, 21 Aug 2025 07:59:10 +0000 (09:59 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 21 Aug 2025 07:59:10 +0000 (09:59 +0200)
commit2a9b48d20d74f65ac708b3bcee6a7e2a61aadf88
tree5aab647f447cd3f76e64d05352010341737319f0
parentd6c72456dc5e88fe124e0299840352d12ee8aa05
include/mount-api-utils: avoid using sys/mount.h

The file is unnecessary and introduces duplicate #define of MS_* macros.

Fixes: https://github.com/util-linux/util-linux/issues/3674
Signed-off-by: Karel Zak <kzak@redhat.com>
include/mount-api-utils.h