diff options
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
1533 | extern int find_real_root_device_name(char* name) | 1533 | extern int find_real_root_device_name(char* name) |
1534 | { | 1534 | { |
1535 | DIR *dir; | 1535 | DIR *dir; |