X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvserver.h;h=0aa5d364247567bdc6cb7cf2bea28ad3134c1937;hb=90ceb7b399cf3c1eb8d0c7474bd2498fe62cd022;hp=be896e134d0757874e1cc66cfa51ed70c56c569b;hpb=c8219c13d0a45263725d23d6aa3adf49d6cc36a5;p=util-vserver.git diff --git a/lib/vserver.h b/lib/vserver.h index be896e1..0aa5d36 100644 --- a/lib/vserver.h +++ b/lib/vserver.h @@ -311,6 +311,12 @@ #ifndef CLONE_NEWUSER # define CLONE_NEWUSER 0x10000000 #endif +#ifndef CLONE_NEWPID +# define CLONE_NEWPID 0x20000000 +#endif +#ifndef CLONE_NEWNET +# define CLONE_NEWNET 0x40000000 +#endif #define VC_BAD_PERSONALITY ((uint_least32_t)(-1))