mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Sync with gnulib 2ab2617ee340ff35a9a4c713004fb302868d41b0
* src/filemanager/mountlist.c [STAT_STATVFS && (__linux__ && (__GLIBC__||__UCLIBC__))]: Undefine STAT_STATFS2_FRSIZE to exclude code not used in this case. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
099052efc7
commit
be2f25862b
@ -276,6 +276,8 @@ me_remote (char const *fs_name, char const *fs_type _GL_UNUSED)
|
||||
preceding entries in /proc/mounts; that makes df hang if even one
|
||||
of the corresponding file systems is hard-mounted but not available. */
|
||||
# if ! (__linux__ && (__GLIBC__ || __UCLIBC__))
|
||||
/* The FRSIZE fallback is not required in this case. */
|
||||
#undef STAT_STATFS2_FRSIZE
|
||||
static int
|
||||
statvfs_works (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user