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:
Andrew Borodin 2015-05-03 20:20:14 +03:00
parent fd4d25ae27
commit 6ab4643088

View File

@ -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)
{