diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/find_mount_point.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/find_mount_point.c b/libbb/find_mount_point.c index b9bc1dd76..de314a3c7 100644 --- a/libbb/find_mount_point.c +++ b/libbb/find_mount_point.c | |||
@@ -27,7 +27,7 @@ struct mntent* FAST_FUNC find_mount_point(const char *name, int subdir_too) | |||
27 | #if ENABLE_PLATFORM_MINGW32 | 27 | #if ENABLE_PLATFORM_MINGW32 |
28 | static char mnt_fsname[4]; | 28 | static char mnt_fsname[4]; |
29 | static char mnt_dir[4]; | 29 | static char mnt_dir[4]; |
30 | struct mntent my_mount_entry = { mnt_fsname, mnt_dir, "", "", 0, 0 }; | 30 | static struct mntent my_mount_entry = { mnt_fsname, mnt_dir, "", "", 0, 0 }; |
31 | char *current, *path; | 31 | char *current, *path; |
32 | DWORD len; | 32 | DWORD len; |
33 | #endif | 33 | #endif |