Add more compat code for non GNU environments
[oweals/busybox.git] / libbb / mtab_file.c
index d00405d8a4d7dd97dd7d133d8adf33d51200bce0..c9d9a695e73ff03c7a1e8eae0f1b9ae7393bd589 100644 (file)
@@ -11,5 +11,5 @@
 
 /* Busybox mount uses either /proc/mounts or /etc/mtab to
  * get the list of currently mounted filesystems */
-const char bb_path_mtab_file[] =
-USE_FEATURE_MTAB_SUPPORT("/etc/mtab")SKIP_FEATURE_MTAB_SUPPORT("/proc/mounts");
+const char bb_path_mtab_file[] ALIGN1 =
+IF_FEATURE_MTAB_SUPPORT("/etc/mtab")IF_NOT_FEATURE_MTAB_SUPPORT("/proc/mounts");