findfs,mount: trivial build fix and whitespace fiexs

This commit is contained in:
Denis Vlasenko 2008-02-19 11:29:46 +00:00
parent 431a7c9c53
commit 53ce7f0d71
2 changed files with 8 additions and 6 deletions

View File

@ -248,6 +248,7 @@ static int verbose_mount(const char *source, const char *target,
#define verbose_mount(...) mount(__VA_ARGS__) #define verbose_mount(...) mount(__VA_ARGS__)
#endif #endif
#if ENABLE_FEATURE_MOUNT_LABEL
static int resolve_mount_spec(char **fsname) static int resolve_mount_spec(char **fsname)
{ {
char *tmp = NULL; char *tmp = NULL;
@ -263,6 +264,7 @@ static int resolve_mount_spec(char **fsname)
} }
return 0; return 0;
} }
#endif
/* Append mount options to string */ /* Append mount options to string */
static void append_mount_options(char **oldopts, const char *newopts) static void append_mount_options(char **oldopts, const char *newopts)