Incude definition for MNT_DETACH which is missing in older GNU libc headers.
This commit is contained in:
parent
66299c783d
commit
b6ecd1eadc
@ -29,6 +29,8 @@ sysvinit (2.88dsf) UNRELEASED; urgency=low
|
|||||||
to disk using fdatasync(). Patch from Scott Gifford via Debian.
|
to disk using fdatasync(). Patch from Scott Gifford via Debian.
|
||||||
* Add compatibility code to handle old path "/etc/powerstatus" for a
|
* Add compatibility code to handle old path "/etc/powerstatus" for a
|
||||||
while.
|
while.
|
||||||
|
* Incude definition for MNT_DETACH which is missing in older GNU libc
|
||||||
|
headers.
|
||||||
|
|
||||||
[ Werner Fink ]
|
[ Werner Fink ]
|
||||||
* Add the comment from Andrea Arcangeli about the correct
|
* Add the comment from Andrea Arcangeli about the correct
|
||||||
|
@ -55,6 +55,9 @@
|
|||||||
#ifdef WITH_SELINUX
|
#ifdef WITH_SELINUX
|
||||||
# include <selinux/selinux.h>
|
# include <selinux/selinux.h>
|
||||||
# include <sys/mount.h>
|
# include <sys/mount.h>
|
||||||
|
# ifndef MNT_DETACH /* present in glibc 2.10, missing in 2.7 */
|
||||||
|
# define MNT_DETACH 2
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
|
Loading…
Reference in New Issue
Block a user