aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-registry+source+registry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-registry+source+registry.cxx')
-rw-r--r--editors/openoffice-1.0/files/patch-registry+source+registry.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice-1.0/files/patch-registry+source+registry.cxx b/editors/openoffice-1.0/files/patch-registry+source+registry.cxx
deleted file mode 100644
index 87c5cd17a614..000000000000
--- a/editors/openoffice-1.0/files/patch-registry+source+registry.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../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);