]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
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)
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

index c7b165e94b224962c7a14098b6ac99caf751b0b2..219e2e7798e8a0bd294e2ab13e70371b47203242 100644 (file)
@@ -46,7 +46,6 @@
 #include <sys/user.h>
 #include <sys/wait.h>
 #include <time.h>
-#include <linux/fs.h>
 #include <linux/vt.h>
 
 #include <dlfcn.h>