Applied patch for fixing sulogin compiling on newest glibc version.

This commit is contained in:
Jesse 2022-08-21 13:46:59 -03:00
parent c861c41d5e
commit d2694b4986
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,8 @@ sysvinit (3.05) unreleased; urgency=low
compiler errors on systems where major/minor macros were not defined.
* Applied patches from Mark Hindley to clean up man page
Makefile, translations and installs of new man pages.
* Remove reliance on linux/fs.h as it conflcits with glibc 2.36.
+ Patch provided by lucascars.
sysvinit (3.04) released; urgency=low
* Mark Hindley supplied patch to make bootlogd compile

View File

@ -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