aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c
deleted file mode 100644
index 76a806b44493..000000000000
--- a/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+tempfile.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003
-+++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003
-@@ -104,7 +104,7 @@
- if ( !pValue )
- {
- pValue = getenv( "TMP" );
--#if defined(SOLARIS) || defined (LINUX)
-+#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD)
- if ( !pValue )
- pValue = P_tmpdir;
- #endif