]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fstrim: fix fs.h and mount.h collision
authorKarel Zak <kzak@redhat.com>
Tue, 20 Mar 2018 10:42:34 +0000 (11:42 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Mar 2018 10:42:34 +0000 (11:42 +0100)
commita0357292b5faca0383ea13626d0564d4da275b06
tree7780c1311ea5ee50dd4b5d0107de98007dec4383
parentb1813c59c09fa887223d43e810b7dac9718a7522
fstrim: fix fs.h and mount.h collision

Unfortunately, old version of the file linux/fs.h defines MS_*
macros, so the file cannot be included together with sys/mount.h.

We include sys/mount.h from libmount.h now.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
sys-utils/fstrim.c