From d2694b4986ab44f0284fd40ae406b00d3097682f Mon Sep 17 00:00:00 2001 From: Jesse Date: Sun, 21 Aug 2022 13:46:59 -0300 Subject: [PATCH] Applied patch for fixing sulogin compiling on newest glibc version. --- doc/Changelog | 2 ++ src/sulogin.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index f91dc2c..f6ce941 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/src/sulogin.c b/src/sulogin.c index 211eb62..ae58982 100644 --- a/src/sulogin.c +++ b/src/sulogin.c @@ -51,7 +51,6 @@ #ifdef __linux__ # include # include -# include # include # include # ifndef TMPFS_MAGIC