X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexec-remount.c;h=caa59705948fe338862d99f281cd4a664e86f8fd;hb=148ab3024621f97b9cf95091657db2448098bc66;hp=d2b693c2a7f4216c62d505fec345c83b5dedd830;hpb=859c1061d8e71309382f147a2497b272bf0abb9b;p=util-vserver.git diff --git a/src/exec-remount.c b/src/exec-remount.c index d2b693c..caa5970 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 },