tweak redefine condition

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39973 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2016-07-11 13:58:46 +00:00
parent 3a4e6d5be1
commit 76ba8b1c9e

View file

@ -1210,7 +1210,7 @@ inFileViewerRootedAtPath: (NSString*)rootFullpath
non-standard f_basetype field, which provides the name of the
underlying file system type.
*/
#if (defined (__NetBSD__) && defined (HAVE_STATVFS)) || (defined(__sun__) && defined(__svr4__))
#if (defined (__NetBSD__) && defined (HAVE_STATVFS)) || (defined(__sun__) && defined(__svr4__)) || (defined(HAVE_STATVFS) && !defined(HAVE_STATFS))
#define statfs statvfs
#define f_flags f_flag
#endif