X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvcontext.c;h=fd2f59fa439efb442e4ccd1316f33083da6e9b03;hb=c390488fa4eccc579046a06a3b08aa72e7458875;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 },