mount: style fixlet
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 17 Sep 2006 15:51:52 +0000 (15:51 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 17 Sep 2006 15:51:52 +0000 (15:51 -0000)
util-linux/mount.c

index 81357a3..ea96fb5 100644 (file)
@@ -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.