Update to revision 2844
[util-vserver.git] / src / vcontext.c
index 8e68231..1e92f84 100644 (file)
 #define CMD_PIVOT_ROOT         0x4011
 
 
+#ifndef MNT_DETACH
+#define MNT_DETACH             0x0002
+#endif
+
+
 struct option const
 CMDLINE_OPTIONS[] = {
   { "help",       no_argument,       0, CMD_HELP },