summaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-19 11:29:46 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-19 11:29:46 +0000
commit53ce7f0d7149beeed71e6dcc857d1cd4431cd550 (patch)
treed5895fdfa6b3c73632bbf8dca991fcb34001f946 /util-linux/mount.c
parent431a7c9c53b69a7416091721da673bcff7c91a02 (diff)
downloadbusybox-w32-53ce7f0d7149beeed71e6dcc857d1cd4431cd550.tar.gz
busybox-w32-53ce7f0d7149beeed71e6dcc857d1cd4431cd550.tar.bz2
busybox-w32-53ce7f0d7149beeed71e6dcc857d1cd4431cd550.zip
findfs,mount: trivial build fix and whitespace fiexs
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index b19c3a3ef..902df34e0 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -248,6 +248,7 @@ static int verbose_mount(const char *source, const char *target,
248#define verbose_mount(...) mount(__VA_ARGS__) 248#define verbose_mount(...) mount(__VA_ARGS__)
249#endif 249#endif
250 250
251#if ENABLE_FEATURE_MOUNT_LABEL
251static int resolve_mount_spec(char **fsname) 252static int resolve_mount_spec(char **fsname)
252{ 253{
253 char *tmp = NULL; 254 char *tmp = NULL;
@@ -263,6 +264,7 @@ static int resolve_mount_spec(char **fsname)
263 } 264 }
264 return 0; 265 return 0;
265} 266}
267#endif
266 268
267/* Append mount options to string */ 269/* Append mount options to string */
268static void append_mount_options(char **oldopts, const char *newopts) 270static void append_mount_options(char **oldopts, const char *newopts)