hurd: Fix support/support_enter_mount_namespace.c build
* support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not include <sys/mount.h>.
This commit is contained in:
parent
3c7d031294
commit
1714fc06e0
@ -1,3 +1,8 @@
|
||||
2018-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not
|
||||
include <sys/mount.h>.
|
||||
|
||||
2018-01-02 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* math/math.h (math_errhandling): Set to 0 with __FAST_MATH__.
|
||||
|
@ -20,7 +20,9 @@
|
||||
|
||||
#include <sched.h>
|
||||
#include <stdio.h>
|
||||
#ifdef CLONE_NEWNS
|
||||
#include <sys/mount.h>
|
||||
#endif /* CLONE_NEWNS */
|
||||
|
||||
bool
|
||||
support_enter_mount_namespace (void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user