X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fvcontext.c;h=1e92f8478b5dd52be953a9cf7414b8612942b844;hb=616c79d7eee3bff076671ee8d475df2f2b640a16;hp=8e68231921be0180c14e09b4297d228d88c84d57;hpb=a89a5abe2caafac29972879f6cbf177d6c1567ac;p=util-vserver.git diff --git a/src/vcontext.c b/src/vcontext.c index 8e68231..1e92f84 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 },