From: GNU Libc Maintainers Date: Fri, 5 Jan 2018 18:09:39 +0000 (+0000) Subject: git-mount_namespace X-Git-Tag: archive/raspbian/2.26-2+rpi1^2~58 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b8a44e49673d490eb39f1fe1d204c808f56189a;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)