define MS_REC when needed
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 16 Feb 2004 19:14:01 +0000 (19:14 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 16 Feb 2004 19:14:01 +0000 (19:14 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@897 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/secure-mount.c

index 5e48430..7a48ff3 100644 (file)
@@ -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;