mount: make Rob happy by reinstating #defines

This commit is contained in:
Denis Vlasenko 2006-09-21 11:13:08 +00:00
parent fbdf121b7d
commit 116080a13a

View File

@ -220,10 +220,8 @@ void delete_block_backed_filesystems(void);
static int useMtab = 1; static int useMtab = 1;
static int fakeIt; static int fakeIt;
#else #else
enum { #define useMtab 0
useMtab = 0, #define fakeIt 0
fakeIt = 0,
};
#endif #endif
// Perform actual mount of specific filesystem at specific location. // Perform actual mount of specific filesystem at specific location.