[BusyBox-cvs] svn commit: trunk/busybox/libbb
pgf at busybox.net
pgf at busybox.net
Fri Jul 22 19:58:33 UTC 2005
Author: pgf
Date: 2005-07-22 13:58:32 -0600 (Fri, 22 Jul 2005)
New Revision: 10901
Log:
ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't
compile due to CONFIG_FEATURE_MOUNT_LOOP_MAX otherwise. reported
by Stephane Billiart.
Modified:
trunk/busybox/libbb/loop.c
Changeset:
Modified: trunk/busybox/libbb/loop.c
===================================================================
--- trunk/busybox/libbb/loop.c 2005-07-22 13:17:41 UTC (rev 10900)
+++ trunk/busybox/libbb/loop.c 2005-07-22 19:58:32 UTC (rev 10901)
@@ -19,6 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifdef CONFIG_FEATURE_MOUNT_LOOP
#include <features.h>
#if defined (__GLIBC__) && !defined(__UCLIBC__)
#include <linux/posix_types.h>
@@ -148,6 +149,7 @@
}
return NULL;
}
+#endif
/* END CODE */
More information about the busybox-cvs
mailing list