Fixed a BB_MTAB #define buglet reported by Magnus Damm.
authorMark Whitley <markw@lineo.com>
Wed, 25 Apr 2001 17:03:40 +0000 (17:03 -0000)
committerMark Whitley <markw@lineo.com>
Wed, 25 Apr 2001 17:03:40 +0000 (17:03 -0000)
libbb/mtab_file.c

index d9c3de3c3e3e761eb93a9566d95531c7b50ceecc..c872b9a715652a6741295ee425daeeb0b55d9479 100644 (file)
@@ -31,7 +31,7 @@
 
 /* Busybox mount uses either /proc/mounts or /dev/mtab to 
  * get the list of currently mounted filesystems */ 
-#if defined BB_MTAB
+#if defined BB_FEATURE_MOUNT_MTAB_SUPPORT
 const char mtab_file[] = "/etc/mtab";
 #else
 #  if defined BB_FEATURE_USE_DEVPS_PATCH