X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fsecure-mount.c;h=7a48ff3e893889ab1135530fc7ec0c820e5c09f0;hb=fa621d5c89d5b57979be7cda3cb0cd5ca9732631;hp=5e48430b2621bc5b9fe601135bb2795ce95f2e47;hpb=3dd4243ea30b0f2bdaef525660dd999e5f47cc09;p=util-vserver.git diff --git a/util-vserver/src/secure-mount.c b/util-vserver/src/secure-mount.c index 5e48430..7a48ff3 100644 --- a/util-vserver/src/secure-mount.c +++ b/util-vserver/src/secure-mount.c @@ -94,6 +94,10 @@ CMDLINE_OPTIONS[] = { { 0, 0, 0, 0 } }; +#ifndef MS_REC +# define MS_REC 0x4000 +#endif + static struct FstabOptions { char const * const opt; unsigned long const or_flag;