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