vcontext uses MNT_DETACH too.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Mon, 20 Jul 2009 21:24:03 +0000 (21:24 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Mon, 20 Jul 2009 21:24:03 +0000 (21:24 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2843 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/vcontext.c

index 140062c..fd2f59f 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 },