diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-21 13:08:56 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-21 13:08:56 +0100 |
commit | 1ca84c4108c009dc2b5a0cf0face9ec5439f6686 (patch) | |
tree | 7e25b360a6acb2b5d67e6d195c9956061801f494 /tools/source | |
parent | d979e17ce7cf8fd8cf934305cc36ac64df43438a (diff) | |
parent | 8a8205b575e8fda5aa30fa2352a28fb57c1e0f47 (diff) |
removetooltypes01: #i112600# Merge changes
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/fsys/unx.cxx | 4 |
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)) |