Author: rmottola
Date: Mon Jul 11 15:58:46 2016
New Revision: 39973

URL: http://svn.gna.org/viewcvs/gnustep?rev=39973&view=rev
Log:
tweak redefine condition

Modified:
    libs/gui/trunk/Source/NSWorkspace.m

Modified: libs/gui/trunk/Source/NSWorkspace.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source/NSWorkspace.m?rev=39973&r1=39972&r2=39973&view=diff
==============================================================================
--- libs/gui/trunk/Source/NSWorkspace.m (original)
+++ libs/gui/trunk/Source/NSWorkspace.m Mon Jul 11 15:58:46 2016
@@ -1210,7 +1210,7 @@
      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


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to