mount: style fixlet

This commit is contained in:
Denis Vlasenko 2006-09-17 15:51:52 +00:00
parent 6231e870ec
commit a6127aacef

View File

@ -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.