From 797a3a78488fcae0897cedc5056e3bf7939afbf7 Mon Sep 17 00:00:00 2001 From: vda Date: Thu, 21 Sep 2006 11:13:08 +0000 Subject: mount: make Rob happy by reinstating #defines git-svn-id: svn://busybox.net/trunk/busybox@16169 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- util-linux/mount.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'util-linux') diff --git a/util-linux/mount.c b/util-linux/mount.c index ab20ab9fc..35776e3e0 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -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. -- cgit v1.2.3-55-g6feb