summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1/files/patch-vcl+workben+officeacceptthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1/files/patch-vcl+workben+officeacceptthread.cxx')
-rw-r--r--editors/openoffice.org-1.1/files/patch-vcl+workben+officeacceptthread.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-vcl+workben+officeacceptthread.cxx b/editors/openoffice.org-1.1/files/patch-vcl+workben+officeacceptthread.cxx
deleted file mode 100644
index 35a45ec90993..000000000000
--- a/editors/openoffice.org-1.1/files/patch-vcl+workben+officeacceptthread.cxx
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../vcl/workben/officeacceptthread.cxx.orig Tue Jun 3 11:27:35 2003
-+++ ../vcl/workben/officeacceptthread.cxx Tue Jun 3 11:27:38 2003
-@@ -122,10 +122,10 @@
- sal_Bool static isProcessRunning( ::vos::OProcess::TProcessInfo& aProcessInfo )
- {
- int nRet;
--#if defined (SOLARIS)
-+#if defined (SOLARIS) || defined (FREEBSD)
- int status;
- nRet = waitpid(aProcessInfo.Ident, &status,WNOHANG);
--#elif defined(LINUX) || defined (FREEBSD)
-+#elif defined(LINUX)
- nRet = kill(aProcessInfo.Ident, 0);
- #endif
- #if defined (UNX)