mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 02:12:58 +02:00
sysvinit: Fix build against glibc 2.36
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
608b536e78
commit
11bea269b0
10
src/patches/sysvinit-3.00-fix-glibc-2.36-headers.patch
Normal file
10
src/patches/sysvinit-3.00-fix-glibc-2.36-headers.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- sysvinit-3.00/src/sulogin.c~ 2022-08-09 09:43:41.993484098 +0000
|
||||
+++ sysvinit-3.00/src/sulogin.c 2022-08-09 09:45:04.897252500 +0000
|
||||
@@ -51,7 +51,6 @@
|
||||
#ifdef __linux__
|
||||
# include <sys/statfs.h>
|
||||
# include <sys/mount.h>
|
||||
-# include <linux/fs.h>
|
||||
# include <linux/magic.h>
|
||||
# include <linux/major.h>
|
||||
# ifndef TMPFS_MAGIC
|
||||
Reference in New Issue
Block a user