From: Enrico Scholz Date: Mon, 16 Feb 2004 19:14:01 +0000 (+0000) Subject: define MS_REC when needed X-Git-Tag: VERSION_0_10~664 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa621d5c89d5b57979be7cda3cb0cd5ca9732631;p=util-vserver.git define MS_REC when needed git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@897 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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;