summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-registry+source+registry.cxx
blob: 87c5cd17a614524a45198481f907ba95f60ed06a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ../registry/source/registry.cxx.orig	Fri Apr  4 00:09:08 2003
+++ ../registry/source/registry.cxx	Fri Apr  4 00:06:25 2003
@@ -134,11 +134,7 @@
 
 #ifdef UNX
 	strcat(tmpPattern, "/reg_XXXXXX");
-#if defined(FREEBSD) || defined(MACOSX)
-	pTmpName = mkstemp(tmpPattern);
-#else
 	pTmpName = mktemp(tmpPattern);
-#endif
 #endif
 
 	return OString(pTmpName);