aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index b33b3c0b4..c8442f1ba 100644
--- a/utility.c
+++ b/utility.c
@@ -1529,7 +1529,7 @@ extern char *find_unused_loop_device(void)
1529} 1529}
1530#endif /* BB_FEATURE_MOUNT_LOOP */ 1530#endif /* BB_FEATURE_MOUNT_LOOP */
1531 1531
1532#if defined BB_MOUNT || defined BB_DF 1532#if defined BB_MOUNT || defined BB_DF || ( defined BB_UMOUNT && ! defined BB_MTAB)
1533extern int find_real_root_device_name(char* name) 1533extern int find_real_root_device_name(char* name)
1534{ 1534{
1535 DIR *dir; 1535 DIR *dir;