[Libreoffice-commits] .: sal/osl
François Tigeot
ftigeot at kemper.freedesktop.org
Wed May 18 12:04:30 PDT 2011
sal/osl/unx/file_volume.cxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 0ac5dbf9c69f2a6b3615889dfa831268041daa39
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Wed May 18 21:01:40 2011 +0200
Do not include quota.h
There is no code using it anymore in the tree.
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx
index c297547..79871c2 100644
--- a/sal/osl/unx/file_volume.cxx
+++ b/sal/osl/unx/file_volume.cxx
@@ -59,7 +59,6 @@
#include <sys/mnttab.h>
#include <sys/statvfs.h>
#define HAVE_STATFS_H
-#include <sys/fs/ufs_quota.h>
static const sal_Char* MOUNTTAB="/etc/mnttab";
#elif defined(LINUX)
@@ -67,7 +66,6 @@ static const sal_Char* MOUNTTAB="/etc/mnttab";
#include <mntent.h>
#include <sys/vfs.h>
#define HAVE_STATFS_H
-#include <sys/quota.h>
static const sal_Char* MOUNTTAB="/etc/mtab";
#elif defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY)
@@ -75,9 +73,6 @@ 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
@@ -86,7 +81,6 @@ static const sal_Char* MOUNTTAB="/etc/mtab";
#elif defined(MACOSX)
-#include <ufs/ufs/quota.h>
#include <sys/param.h>
#include <sys/mount.h>
#define HAVE_STATFS_H
More information about the Libreoffice-commits
mailing list