mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
This commit is contained in:
parent
7c22b77162
commit
8847b9a03a
2
mount.c
2
mount.c
@ -119,7 +119,9 @@ do_mount(char *specialfile, char *dir, char *filesystemtype,
|
|||||||
char *mtab_opts)
|
char *mtab_opts)
|
||||||
{
|
{
|
||||||
int status = 0;
|
int status = 0;
|
||||||
|
#if defined BB_FEATURE_MOUNT_LOOP
|
||||||
char *lofile = NULL;
|
char *lofile = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (fakeIt == FALSE)
|
if (fakeIt == FALSE)
|
||||||
{
|
{
|
||||||
|
@ -119,7 +119,9 @@ do_mount(char *specialfile, char *dir, char *filesystemtype,
|
|||||||
char *mtab_opts)
|
char *mtab_opts)
|
||||||
{
|
{
|
||||||
int status = 0;
|
int status = 0;
|
||||||
|
#if defined BB_FEATURE_MOUNT_LOOP
|
||||||
char *lofile = NULL;
|
char *lofile = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (fakeIt == FALSE)
|
if (fakeIt == FALSE)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user