mount: make Rob happy by reinstating #defines
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 21 Sep 2006 11:13:08 +0000 (11:13 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 21 Sep 2006 11:13:08 +0000 (11:13 -0000)
util-linux/mount.c

index ab20ab9fc506b53f5d525fe5da808e573aebbb69..35776e3e0ea615f6a6313c41f3bf49672a50fb1c 100644 (file)
@@ -220,10 +220,8 @@ void delete_block_backed_filesystems(void);
 static int useMtab = 1;
 static int fakeIt;
 #else
-enum {
-       useMtab = 0,
-       fakeIt = 0,
-};
+#define useMtab 0
+#define fakeIt 0
 #endif
 
 // Perform actual mount of specific filesystem at specific location.