aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/utility.c b/utility.c
index 422d569d2..bc5a5bdc0 100644
--- a/utility.c
+++ b/utility.c
@@ -68,11 +68,11 @@
68 68
69 69
70#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF 70#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
71# if defined BB_FEATURE_USE_PROCFS 71# if defined BB_MTAB
72const char mtab_file[] = "/proc/mounts";
73# else
74# if defined BB_MTAB
75const char mtab_file[] = "/etc/mtab"; 72const char mtab_file[] = "/etc/mtab";
73# else
74# if defined BB_FEATURE_USE_PROCFS
75const char mtab_file[] = "/proc/mounts";
76# else 76# else
77# if defined BB_FEATURE_USE_DEVPS_PATCH 77# if defined BB_FEATURE_USE_DEVPS_PATCH
78const char mtab_file[] = "/dev/mtab"; 78const char mtab_file[] = "/dev/mtab";