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:
6231e87
)
mount: style fixlet
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 17 Sep 2006 15:51:52 +0000
(15:51 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 17 Sep 2006 15:51:52 +0000
(15:51 -0000)
util-linux/mount.c
patch
|
blob
|
history
diff --git
a/util-linux/mount.c
b/util-linux/mount.c
index 81357a33e45024f05a0a8f1138cdf598f30df967..ea96fb5b06f862d830a3b8ff014e93c59b507ea3 100644
(file)
--- a/
util-linux/mount.c
+++ b/
util-linux/mount.c
@@
-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.