summaryrefslogtreecommitdiff
path: root/registry/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-15 15:26:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-15 15:26:00 +0000
commitaf99de290ee2f2aa62e5ab68c81497b9c0768ded (patch)
tree4d88f905fcf68b2ba1e298ae858ba55e01267422 /registry/source
parent74b83ca109fd8b037ae79d2344e21b00363ad55c (diff)
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.8-1.8.41) -> HEAD
Diffstat (limited to 'registry/source')
-rw-r--r--registry/source/registry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index 15f895749dbf..2f69ad967b6e 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registry.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jsc $ $Date: 2002-05-24 13:16:10 $
+ * last change: $Author: hr $ $Date: 2002-08-15 16:26:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,7 +134,7 @@ OString getTempName()
#ifdef UNX
strcat(tmpPattern, "/reg_XXXXXX");
-#ifdef FREEBSD
+#if defined(FREEBSD) || defined(MACOSX)
pTmpName = mkstemp(tmpPattern);
#else
pTmpName = mktemp(tmpPattern);