fixed some #includes for the new position of sys_clone.h
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 19 Aug 2004 14:31:24 +0000 (14:31 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 19 Aug 2004 14:31:24 +0000 (14:31 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1675 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/vnamespace.c

index fc1cfb5..628dbe2 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 #include "util.h"
-#include "sys_clone.h"
+#include <lib_internal/sys_clone.h>
 
 #include <vserver.h>
 
 #define ENSC_WRAPPERS_VSERVER  1
 #include <wrappers.h>
 
-#ifndef CLONE_NEWNS
-#  define CLONE_NEWNS 0x00020000
-#endif
-
 #define CMD_HELP               0x1000
 #define CMD_VERSION            0x1001