X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fexec-remount.c;fp=src%2Fexec-remount.c;h=47497854f3e15f070f2e1d8ea3489146f455104d;hb=616c79d7eee3bff076671ee8d475df2f2b640a16;hp=d54683b9d82588b60aed41b4554c5b99ad27ead4;hpb=a89a5abe2caafac29972879f6cbf177d6c1567ac;p=util-vserver.git diff --git a/src/exec-remount.c b/src/exec-remount.c index d54683b..4749785 100644 --- a/src/exec-remount.c +++ b/src/exec-remount.c @@ -40,6 +40,10 @@ #define CMD_VERSION 0x1001 #define CMD_MTAB 0x2001 +#ifndef MNT_DETACH +#define MNT_DETACH 0x0002 +#endif + static struct option const CMDLINE_OPTIONS[] = { { "help", no_argument, 0, CMD_HELP },