[Libreoffice-commits] .: sal/qa

Robert Nagy rnagy at kemper.freedesktop.org
Mon Feb 14 13:51:18 PST 2011


 sal/qa/osl/file/osl_File_Const.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca787652a2275eca385713b1c71704f0e4128f2b
Author: Robert Nagy <robert at openbsd.org>
Date:   Mon Feb 14 22:50:47 2011 +0100

    no sys/statfs.h on BSDs

diff --git a/sal/qa/osl/file/osl_File_Const.h b/sal/qa/osl/file/osl_File_Const.h
index 41cc033..d8ea099 100644
--- a/sal/qa/osl/file/osl_File_Const.h
+++ b/sal/qa/osl/file/osl_File_Const.h
@@ -89,7 +89,7 @@ const sal_Char pBuffer_Blank[]  = "";
 #	include <errno.h>
 #	include <fcntl.h>
 #	include <sys/stat.h>
-#   if !defined MACOSX
+#   if !defined(MACOSX) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
 #	    include <sys/statfs.h>
 #   else
 #       include <sys/param.h>


More information about the Libreoffice-commits mailing list