aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mount.c b/mount.c
index eefbd76fd..598b650f9 100644
--- a/mount.c
+++ b/mount.c
@@ -119,7 +119,9 @@ do_mount(char *specialfile, char *dir, char *filesystemtype,
119 char *mtab_opts) 119 char *mtab_opts)
120{ 120{
121 int status = 0; 121 int status = 0;
122#if defined BB_FEATURE_MOUNT_LOOP
122 char *lofile = NULL; 123 char *lofile = NULL;
124#endif
123 125
124 if (fakeIt == FALSE) 126 if (fakeIt == FALSE)
125 { 127 {