From d36e043d6e3de445183dbbf03e3bbe423c9eb853 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 19 Aug 2004 14:31:24 +0000 Subject: [PATCH] fixed some #includes for the new position of sys_clone.h git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1675 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/vnamespace.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/util-vserver/src/vnamespace.c b/util-vserver/src/vnamespace.c index fc1cfb5..628dbe2 100644 --- a/util-vserver/src/vnamespace.c +++ b/util-vserver/src/vnamespace.c @@ -21,7 +21,7 @@ #endif #include "util.h" -#include "sys_clone.h" +#include #include @@ -36,10 +36,6 @@ #define ENSC_WRAPPERS_VSERVER 1 #include -#ifndef CLONE_NEWNS -# define CLONE_NEWNS 0x00020000 -#endif - #define CMD_HELP 0x1000 #define CMD_VERSION 0x1001 -- 1.8.1.5