]> git.ipfire.org Git - thirdparty/plymouth.git/commit
ply-utils: Drop linux/fs.h include
authorRay Strode <rstrode@redhat.com>
Wed, 3 Aug 2022 19:23:33 +0000 (15:23 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 3 Aug 2022 19:32:04 +0000 (15:32 -0400)
commit5f1e43c00039a7fe1fff768b91a05a695fb4a53d
tree3dc143961cbd86ba33b5c521f6ebc467308ab198
parent98cb6ccbdb414248c03f951ebcf6f17e170d9c73
ply-utils: Drop linux/fs.h include

It was needed long ago for a function we no longer even have.

Now it's causing compile errors on Fedora 37 because it's conflicting
with sys/mount.h.

This commit drops it.
src/libply/ply-utils.c