From: Denis Vlasenko Date: Sun, 17 Sep 2006 15:51:52 +0000 (-0000) Subject: mount: style fixlet X-Git-Tag: 1_4_0~668 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6127aacef047ed7661722705b052811fbe7f467;p=oweals%2Fbusybox.git mount: style fixlet --- diff --git a/util-linux/mount.c b/util-linux/mount.c index 81357a33e..ea96fb5b0 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -220,8 +220,10 @@ void delete_block_backed_filesystems(void); static int useMtab = 1; static int fakeIt; #else -#define useMtab 0 -#define fakeIt 0 +enum { + useMtab = 0, + fakeIt = 0, +}; #endif // Perform actual mount of specific filesystem at specific location.