Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-21 05:33:05 +0400
committerEric Andersen <andersen@codepoet.org>2000-09-21 05:33:05 +0400
commit8847b9a03afd59a4d4f833be12937b38216799d3 (patch)
tree253998b90acbeef67a3cacbd39782da23654c263 /util-linux
parent7c22b771625cee60ca37be7c4cd27f2c360d0aba (diff)
Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index eefbd76fd..598b650f9 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -119,7 +119,9 @@ do_mount(char *specialfile, char *dir, char *filesystemtype,
char *mtab_opts)
{
int status = 0;
+#if defined BB_FEATURE_MOUNT_LOOP
char *lofile = NULL;
+#endif
if (fakeIt == FALSE)
{