summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2011-05-18 15:37:18 +0200
committerThomas Klausner <wiz@NetBSD.org>2011-05-18 15:37:18 +0200
commitb881b4e38c7297e267083ead1caf7d2c6c909edb (patch)
tree82bb36ae1245e294ce16436a638c29f21c1a51b0 /sal/osl
parent307313e182185fd49a85eabdb7b0732da077d6b0 (diff)
Do not include #include <ufs/ufs/quota.h> on NetBSD.
Leads to build failures on NetBSD-5.99.51 and is not needed.
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/file_volume.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx
index 1df83e647c69..7138f035c444 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