From 2b8a44e49673d490eb39f1fe1d204c808f56189a Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Fri, 5 Jan 2018 18:09:39 +0000 Subject: [PATCH] git-mount_namespace commit 1714fc06e08db35fc3638ddde259d61c7a764861 Author: Samuel Thibault Date: Thu Jan 4 00:54:13 2018 +0100 hurd: Fix support/support_enter_mount_namespace.c build * support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not include . Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-mount_namespace.diff --- support/support_enter_mount_namespace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/support_enter_mount_namespace.c b/support/support_enter_mount_namespace.c index 614069207..c761971e1 100644 --- a/support/support_enter_mount_namespace.c +++ b/support/support_enter_mount_namespace.c @@ -20,7 +20,9 @@ #include #include +#ifdef CLONE_NEWNS #include +#endif /* CLONE_NEWNS */ bool support_enter_mount_namespace (void) -- 2.30.2