diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-21 11:13:08 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-21 11:13:08 +0000 |
commit | 797a3a78488fcae0897cedc5056e3bf7939afbf7 (patch) | |
tree | b4bab65c966fb8947dbd9b5e0c53e55650a420d0 /util-linux | |
parent | 181864668578d0e55d96cd48ae003aadd3f5a1f9 (diff) | |
download | busybox-w32-797a3a78488fcae0897cedc5056e3bf7939afbf7.tar.gz busybox-w32-797a3a78488fcae0897cedc5056e3bf7939afbf7.tar.bz2 busybox-w32-797a3a78488fcae0897cedc5056e3bf7939afbf7.zip |
mount: make Rob happy by reinstating #defines
git-svn-id: svn://busybox.net/trunk/busybox@16169 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 6 |
1 files changed, 2 insertions, 4 deletions
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); | |||
220 | static int useMtab = 1; | 220 | static int useMtab = 1; |
221 | static int fakeIt; | 221 | static int fakeIt; |
222 | #else | 222 | #else |
223 | enum { | 223 | #define useMtab 0 |
224 | useMtab = 0, | 224 | #define fakeIt 0 |
225 | fakeIt = 0, | ||
226 | }; | ||
227 | #endif | 225 | #endif |
228 | 226 | ||
229 | // Perform actual mount of specific filesystem at specific location. | 227 | // Perform actual mount of specific filesystem at specific location. |