The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/2209
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Since we do not include config.h, personality is not set. This is fix it. See issue #2208. Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From 2e607d1c13dc842d3617fb82b35c6a8f208f3f0d Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi <ka...@jazz.email.ne.jp> Date: Fri, 9 Mar 2018 17:53:09 +0900 Subject: [PATCH] tools: Include config.h in tool_utils.c Since we do not include config.h, personality is not set. This is fix it. See issue #2208. Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp> --- src/lxc/tools/tool_utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lxc/tools/tool_utils.c b/src/lxc/tools/tool_utils.c index 7279b3d4c..e83560c2f 100644 --- a/src/lxc/tools/tool_utils.c +++ b/src/lxc/tools/tool_utils.c @@ -37,6 +37,8 @@ #include <sys/types.h> #include <sys/wait.h> +#include "config.h" + #if HAVE_SYS_PERSONALITY_H #include <sys/personality.h> #endif
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel