[Libreoffice-commits] .: sal/osl
Thomas Klausner
tklausner at kemper.freedesktop.org
Wed May 18 06:37:47 PDT 2011
sal/osl/unx/file_volume.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 4b0eba657271476971509e47a68d2ecfb1ee711c
Author: Thomas Klausner <wiz at NetBSD.org>
Date: Wed May 18 15:37:18 2011 +0200
Do not include #include <ufs/ufs/quota.h> on NetBSD.
Leads to build failures on NetBSD-5.99.51 and is not needed.
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx
index eb909eb..c297547 100644
--- a/sal/osl/unx/file_volume.cxx
+++ b/sal/osl/unx/file_volume.cxx
@@ -75,7 +75,9 @@ static const sal_Char* MOUNTTAB="/etc/mtab";
#include <sys/param.h>
#include <sys/ucred.h>
#include <sys/mount.h>
+#ifndef NETBSD
#include <ufs/ufs/quota.h>
+#endif
#define HAVE_STATFS_H
/* No mounting table on *BSD
More information about the Libreoffice-commits
mailing list