Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>

This commit is contained in:
Eric Andersen 2000-09-21 01:33:05 +00:00
parent 7c22b77162
commit 8847b9a03a
2 changed files with 4 additions and 0 deletions

View File

@ -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)
{

View File

@ -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)
{