mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
mount: make Rob happy by reinstating #defines
This commit is contained in:
parent
fbdf121b7d
commit
116080a13a
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user