mount: style fixlet
This commit is contained in:
parent
6231e870ec
commit
a6127aacef
@ -220,8 +220,10 @@ void delete_block_backed_filesystems(void);
|
|||||||
static int useMtab = 1;
|
static int useMtab = 1;
|
||||||
static int fakeIt;
|
static int fakeIt;
|
||||||
#else
|
#else
|
||||||
#define useMtab 0
|
enum {
|
||||||
#define fakeIt 0
|
useMtab = 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