mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-25 10:16:53 +02:00
(USE_STATVFS): Define to 0 if f_type is needed, but
statvfs.f_type not present.
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@
|
||||
#include <config.h>
|
||||
|
||||
#if (STAT_STATVFS \
|
||||
&& (HAVE_STRUCT_STATVFS_F_BASETYPE || ! HAVE_STRUCT_STATFS_F_FSTYPENAME))
|
||||
&& (HAVE_STRUCT_STATVFS_F_BASETYPE \
|
||||
|| (! HAVE_STRUCT_STATFS_F_FSTYPENAME && HAVE_STRUCT_STATVFS_F_TYPE)))
|
||||
# define USE_STATVFS 1
|
||||
#else
|
||||
# define USE_STATVFS 0
|
||||
|
||||
Reference in New Issue
Block a user