Trivial fix for build error when ENABLE_FEATURE_MOUNT_LABEL is
undefined.

Cheers,

-- 
Cristian
--- util-linux/mount.c	2008-02-19 08:30:28.000000000 +0100
+++ util-linux/mount.c	2008-02-19 11:40:14.000000000 +0100
@@ -248,6 +248,7 @@
 #define verbose_mount(...) mount(__VA_ARGS__)
 #endif
 
+#if ENABLE_FEATURE_MOUNT_LABEL
 static int resolve_mount_spec(char **fsname)
 {
 	char *tmp = NULL;
@@ -263,6 +264,7 @@
 	}
 	return 0;
 }
+#endif
 
 /* Append mount options to string */
 static void append_mount_options(char **oldopts, const char *newopts)
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to