summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-registry+source+registry.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
commit5191c1d5a85d6037d951f877eee67b94b669da7e (patch)
tree57007548daed9ef31884fdbe9398458989db24a3 /editors/openoffice.org-2.0-devel/files/patch-registry+source+registry.cxx
parentUpgrade to OO1.1 beta2. (diff)
Upgrade to OO1.1 beta2.
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-registry+source+registry.cxx')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-registry+source+registry.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-registry+source+registry.cxx b/editors/openoffice.org-2.0-devel/files/patch-registry+source+registry.cxx
deleted file mode 100644
index 502abe41e48d..000000000000
--- a/editors/openoffice.org-2.0-devel/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
-@@ -145,11 +145,7 @@
- + RTL_CONSTASCII_LENGTH("/reg_XXXXXX") ) );
- strncat(tmpPattern, "/reg_XXXXXX", sizeof(tmpPattern)-1-strlen(tmpPattern));
-
--#if defined(FREEBSD) || defined(MACOSX)
-- pTmpName = mkstemp(tmpPattern);
--#else
- pTmpName = mktemp(tmpPattern);
--#endif
- #endif
-
- return OString(pTmpName);