diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-21 01:33:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-21 01:33:05 +0000 |
commit | 8847b9a03afd59a4d4f833be12937b38216799d3 (patch) | |
tree | 253998b90acbeef67a3cacbd39782da23654c263 | |
parent | 7c22b771625cee60ca37be7c4cd27f2c360d0aba (diff) | |
download | busybox-w32-8847b9a03afd59a4d4f833be12937b38216799d3.tar.gz busybox-w32-8847b9a03afd59a4d4f833be12937b38216799d3.tar.bz2 busybox-w32-8847b9a03afd59a4d4f833be12937b38216799d3.zip |
Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
-rw-r--r-- | mount.c | 2 | ||||
-rw-r--r-- | util-linux/mount.c | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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 | { |