mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
src/filemanager/filegui.c: fix use of STAT_STATVFS and STAT_STATVFS64.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
fd4d25ae27
commit
6ab4643088
@ -269,7 +269,7 @@ struct
|
||||
preceding entries in /proc/mounts; that makes df hang if even one
|
||||
of the corresponding file systems is hard-mounted but not available. */
|
||||
|
||||
#if USE_STATVFS && ! (! STAT_STATVFS && STAT_STATVFS64)
|
||||
#if USE_STATVFS && ! (! defined STAT_STATVFS && defined STAT_STATVFS64)
|
||||
static int
|
||||
statvfs_works (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user