[BusyBox-cvs] svn commit: trunk/busybox/libbb

vapier at busybox.net vapier at busybox.net
Sat Jul 30 08:48:11 UTC 2005


Author: vapier
Date: 2005-07-30 02:48:10 -0600 (Sat, 30 Jul 2005)
New Revision: 10976

Log:
apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME

Modified:
   trunk/busybox/libbb/mtab_file.c


Changeset:
Modified: trunk/busybox/libbb/mtab_file.c
===================================================================
--- trunk/busybox/libbb/mtab_file.c	2005-07-30 08:18:57 UTC (rev 10975)
+++ trunk/busybox/libbb/mtab_file.c	2005-07-30 08:48:10 UTC (rev 10976)
@@ -25,8 +25,8 @@
 
 /* Busybox mount uses either /proc/mounts or /etc/mtab to
  * get the list of currently mounted filesystems */
-#if defined CONFIG_FEATURE_MTAB_SUPPORT
-const char bb_path_mtab_file[] = CONFIG_FEATURE_MTAB_FILENAME;
+#if defined(CONFIG_FEATURE_MTAB_SUPPORT)
+const char bb_path_mtab_file[] = "/etc/mtab";
 #else
 const char bb_path_mtab_file[] = "/proc/mounts";
 #endif




More information about the busybox-cvs mailing list