projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdf121
)
mount: make Rob happy by reinstating #defines
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 21 Sep 2006 11:13:08 +0000
(11:13 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 21 Sep 2006 11:13:08 +0000
(11:13 -0000)
util-linux/mount.c
patch
|
blob
|
history
diff --git
a/util-linux/mount.c
b/util-linux/mount.c
index ab20ab9fc506b53f5d525fe5da808e573aebbb69..35776e3e0ea615f6a6313c41f3bf49672a50fb1c 100644
(file)
--- 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.