[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox-cvs
Subject:    svn commit: trunk/busybox/util-linux
From:       aldot () busybox ! net (aldot at busybox ! net)
Date:       2008-02-27 21:14:52
Message-ID: 20080227211452.8E79F12014A () busybox ! net
[Download RAW message or body]

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)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic