X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvcontext.c;h=fd2f59fa439efb442e4ccd1316f33083da6e9b03;hb=0c7b7fc915faee4600d7004bd450140372262a5e;hp=140062cc4c0080933849b3f33f044af2a41daf17;hpb=569b1bfe1e5954fa083532dc37d2fe7418ec2d4a;p=util-vserver.git diff --git a/src/vcontext.c b/src/vcontext.c index 140062c..fd2f59f 100644 --- a/src/vcontext.c +++ b/src/vcontext.c @@ -71,6 +71,11 @@ #define CMD_PIVOT_ROOT 0x4011 +#ifndef MNT_DETACH +#define MNT_DETACH 0x0002 +#endif + + struct option const CMDLINE_OPTIONS[] = { { "help", no_argument, 0, CMD_HELP },