From: GNU Libc Maintainers Date: Sun, 14 Jan 2018 10:24:48 +0000 (+0000) Subject: git-mount_namespace X-Git-Tag: archive/raspbian/2.26-4+rpi1^2~59 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a961eca3f69a3c98b5c20a6681c2b8bb7548e4ef;p=glibc.git 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 --- 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)