diff options
| -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,  		 char *mtab_opts)  {  	int status = 0; +#if defined BB_FEATURE_MOUNT_LOOP  	char *lofile = NULL; +#endif  	if (fakeIt == FALSE)  	{ 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)  	{  | 
