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:
1acb4ef
)
- fix compilation failure due to implicit decl of resolve_mount_spec().
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 27 Feb 2008 21:14:52 +0000
(21:14 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 27 Feb 2008 21:14:52 +0000
(21:14 -0000)
DCE DTRT so remove the wrong guard.
util-linux/mount.c
patch
|
blob
|
history
diff --git
a/util-linux/mount.c
b/util-linux/mount.c
index 902df34e0f8cb3872cab9271984483a57759e9a1..b19c3a3efeec9df5d34e092c8e5eeb893b8e21ba 100644
(file)
--- a/
util-linux/mount.c
+++ b/
util-linux/mount.c
@@
-248,7
+248,6
@@
static int verbose_mount(const char *source, const char *target,
#define verbose_mount(...) mount(__VA_ARGS__)
#endif
-#if ENABLE_FEATURE_MOUNT_LABEL
static int resolve_mount_spec(char **fsname)
{
char *tmp = NULL;
@@
-264,7
+263,6
@@
static int resolve_mount_spec(char **fsname)
}
return 0;
}
-#endif
/* Append mount options to string */
static void append_mount_options(char **oldopts, const char *newopts)