projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c6c15b7
)
vcontext uses MNT_DETACH too.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 20 Jul 2009 21:24:03 +0000 (21:24 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/src/vcontext.c
b/src/vcontext.c
index
140062c
..
fd2f59f
100644
(file)
--- 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 },