svn commit: trunk/busybox/util-linux

aldot at busybox.net aldot at busybox.net
Wed Feb 27 13:14:52 PST 2008


Author: aldot
Date: 2008-02-27 13:14:52 -0800 (Wed, 27 Feb 2008)
New Revision: 21127

Log:
- fix compilation failure due to implicit decl of resolve_mount_spec().
  DCE DTRT so remove the wrong guard.


Modified:
   trunk/busybox/util-linux/mount.c


Changeset:
Modified: trunk/busybox/util-linux/mount.c
===================================================================
--- trunk/busybox/util-linux/mount.c	2008-02-27 20:59:54 UTC (rev 21126)
+++ trunk/busybox/util-linux/mount.c	2008-02-27 21:14:52 UTC (rev 21127)
@@ -248,7 +248,6 @@
 #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 @@
 	}
 	return 0;
 }
-#endif
 
 /* Append mount options to string */
 static void append_mount_options(char **oldopts, const char *newopts)



More information about the busybox-cvs mailing list