summaryrefslogtreecommitdiff
path: root/tools/source/fsys/unx.cxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-19 15:42:25 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-19 15:42:25 +0100
commit8a8205b575e8fda5aa30fa2352a28fb57c1e0f47 (patch)
tree1dd951474fa5b4646e2061cf05899b4b1286a99f /tools/source/fsys/unx.cxx
parenta6813969c3f073cae588d43e502154d148b982a2 (diff)
removetooltypes01: #i112600# Make changes for MacOSX to remove tools types inc VCL and other projects
Diffstat (limited to 'tools/source/fsys/unx.cxx')
-rw-r--r--tools/source/fsys/unx.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx
index 54d68c31d846..94e2ce5950a4 100644
--- a/tools/source/fsys/unx.cxx
+++ b/tools/source/fsys/unx.cxx
@@ -95,14 +95,14 @@ struct mymnttab
#if defined(NETBSD) || defined(FREEBSD) || defined(MACOSX)
-BOOL GetMountEntry(dev_t /* dev */, struct mymnttab * /* mytab */ )
+sal_Bool GetMountEntry(dev_t /* dev */, struct mymnttab * /* mytab */ )
{
DBG_WARNING( "Sorry, not implemented: GetMountEntry" );
return sal_False;
}
#elif defined AIX
-BOOL GetMountEntry(dev_t dev, struct mymnttab *mytab)
+sal_Bool GetMountEntry(dev_t dev, struct mymnttab *mytab)
{
int bufsize;
if (mntctl (MCTL_QUERY, sizeof bufsize, (char*) &bufsize))