summaryrefslogtreecommitdiffstats
path: root/rdbmaker
diff options
context:
space:
mode:
Diffstat (limited to 'rdbmaker')
-rw-r--r--rdbmaker/source/codemaker/global.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx
index faa54f44d0eb..c771b24ee88f 100644
--- a/rdbmaker/source/codemaker/global.cxx
+++ b/rdbmaker/source/codemaker/global.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: global.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 04:09:44 $
+ * last change: $Author: vg $ $Date: 2007-09-20 15:03:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -153,7 +153,7 @@ OString createFileNameFromType( const OString& destination,
continue;
}
-#ifdef SAL_UNX
+#if defined(SAL_UNX) || defined(SAL_OS2)
if (mkdir((char*)nameBuffer.getStr(), 0777) == -1)
#else
if (mkdir((char*)nameBuffer.getStr()) == -1)