aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-21 01:33:05 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-21 01:33:05 +0000
commit2fd3fd996bad01ed1aa00b9a751ead1d02e03eed (patch)
tree253998b90acbeef67a3cacbd39782da23654c263
parentbb66cbf55884b7be3ce7abb21f1dc9642922e109 (diff)
downloadbusybox-w32-2fd3fd996bad01ed1aa00b9a751ead1d02e03eed.tar.gz
busybox-w32-2fd3fd996bad01ed1aa00b9a751ead1d02e03eed.tar.bz2
busybox-w32-2fd3fd996bad01ed1aa00b9a751ead1d02e03eed.zip
Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
git-svn-id: svn://busybox.net/trunk/busybox@1078 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--mount.c2
-rw-r--r--util-linux/mount.c2
2 files changed, 4 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 {
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,
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 {