Applied patch for fixing sulogin compiling on newest glibc version.
This commit is contained in:
parent
c861c41d5e
commit
d2694b4986
@ -6,6 +6,8 @@ sysvinit (3.05) unreleased; urgency=low
|
|||||||
compiler errors on systems where major/minor macros were not defined.
|
compiler errors on systems where major/minor macros were not defined.
|
||||||
* Applied patches from Mark Hindley to clean up man page
|
* Applied patches from Mark Hindley to clean up man page
|
||||||
Makefile, translations and installs of new man pages.
|
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
|
sysvinit (3.04) released; urgency=low
|
||||||
* Mark Hindley supplied patch to make bootlogd compile
|
* Mark Hindley supplied patch to make bootlogd compile
|
||||||
|
@ -51,7 +51,6 @@
|
|||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
# include <sys/statfs.h>
|
# include <sys/statfs.h>
|
||||||
# include <sys/mount.h>
|
# include <sys/mount.h>
|
||||||
# include <linux/fs.h>
|
|
||||||
# include <linux/magic.h>
|
# include <linux/magic.h>
|
||||||
# include <linux/major.h>
|
# include <linux/major.h>
|
||||||
# ifndef TMPFS_MAGIC
|
# ifndef TMPFS_MAGIC
|
||||||
|
Loading…
Reference in New Issue
Block a user