From: Enrico Scholz Date: Thu, 19 Aug 2004 14:31:24 +0000 (+0000) Subject: fixed some #includes for the new position of sys_clone.h X-Git-Tag: IPSENTINEL_VERSION_0_12~317 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36e043d6e3de445183dbbf03e3bbe423c9eb853;p=util-vserver.git 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 --- 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