]> git.ipfire.org Git - ipfire-3.x.git/blame - plymouth/patches/plymouth-22.02.122-ply-utils-no-include-linux-fs.patch
plymouth: Update to 22.02.122
[ipfire-3.x.git] / plymouth / patches / plymouth-22.02.122-ply-utils-no-include-linux-fs.patch
CommitLineData
931999f0
MT
1@@ -0,0 +1,30 @@
2From 5f1e43c00039a7fe1fff768b91a05a695fb4a53d Mon Sep 17 00:00:00 2001
3From: Ray Strode <rstrode@redhat.com>
4Date: Wed, 3 Aug 2022 15:23:33 -0400
5Subject: [PATCH] ply-utils: Drop linux/fs.h include
6
7It was needed long ago for a function we no longer even have.
8
9Now it's causing compile errors on Fedora 37 because it's conflicting
10with sys/mount.h.
11
12This commit drops it.
13---
14 src/libply/ply-utils.c | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/src/libply/ply-utils.c b/src/libply/ply-utils.c
18index c7b165e9..219e2e77 100644
19--- a/src/libply/ply-utils.c
20+++ b/src/libply/ply-utils.c
21@@ -46,7 +46,6 @@
22 #include <sys/user.h>
23 #include <sys/wait.h>
24 #include <time.h>
25-#include <linux/fs.h>
26 #include <linux/vt.h>
27
28 #include <dlfcn.h>