[Libreoffice-commits] .: tools/source
François Tigeot
ftigeot at kemper.freedesktop.org
Mon Feb 21 07:15:18 PST 2011
tools/source/fsys/unx.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 36f1f2fe440bacd37c0c0f9eb21de49bcb36cbd1
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Sun Feb 20 22:10:04 2011 +0100
Remove OSF/1 support
diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx
index a188722..52f093b 100644
--- a/tools/source/fsys/unx.cxx
+++ b/tools/source/fsys/unx.cxx
@@ -44,7 +44,7 @@ extern "C" int mntctl( int cmd, size_t size, char* buf );
#elif defined(NETBSD)
#include <sys/mount.h>
#elif defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD) || \
- defined(DECUNIX) || defined(DRAGONFLY)
+ defined(DRAGONFLY)
struct mnttab
{
char *mnt_dir;
@@ -136,7 +136,7 @@ static BOOL GetMountEntry(dev_t dev, struct mymnttab *mytab)
return FALSE;
struct mnttab mnt[1];
while (getmntent (fp, mnt) != -1)
-#elif defined DECUNIX || defined AIX
+#elif defined AIX
FILE *fp = NULL;
if (! fp)
return FALSE;
More information about the Libreoffice-commits
mailing list