mount: make Rob happy by reinstating #defines

1_4_stable
Denis Vlasenko 2006-09-21 11:13:08 +00:00
parent fbdf121b7d
commit 116080a13a
1 changed files with 2 additions and 4 deletions

View File

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