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