svn commit: trunk/busybox/util-linux
aldot at busybox.net
aldot at busybox.net
Fri May 30 03:44:38 PDT 2008
Author: aldot
Date: 2008-05-30 03:44:37 -0700 (Fri, 30 May 2008)
New Revision: 22114
Log:
- add FIXME to use hasmntopt()
Modified:
trunk/busybox/util-linux/mount.c
Changeset:
Modified: trunk/busybox/util-linux/mount.c
===================================================================
--- trunk/busybox/util-linux/mount.c 2008-05-30 08:58:47 UTC (rev 22113)
+++ trunk/busybox/util-linux/mount.c 2008-05-30 10:44:37 UTC (rev 22114)
@@ -313,6 +313,7 @@
if (comma) *comma = '\0';
+/* FIXME: use hasmntopt() */
// Find this option in mount_options
for (i = 0; i < ARRAY_SIZE(mount_options); i++) {
if (!strcasecmp(option_str, options)) {
More information about the busybox-cvs
mailing list