summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-vcl+workben+officeacceptthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-vcl+workben+officeacceptthread.cxx')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-vcl+workben+officeacceptthread.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-vcl+workben+officeacceptthread.cxx b/editors/openoffice.org-2.0-devel/files/patch-vcl+workben+officeacceptthread.cxx
deleted file mode 100644
index 07d9f1060557..000000000000
--- a/editors/openoffice.org-2.0-devel/files/patch-vcl+workben+officeacceptthread.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../vcl/workben/officeacceptthread.cxx.orig Wed Mar 5 20:25:36 2003
-+++ ../vcl/workben/officeacceptthread.cxx Wed Mar 5 20:26:03 2003
-@@ -125,7 +125,7 @@
- #if defined (SOLARIS)
- int status;
- nRet = waitpid(aProcessInfo.Ident, &status,WNOHANG);
--#elif defined(LINUX)
-+#elif defined(LINUX) || defined (FREEBSD)
- nRet = kill(aProcessInfo.Ident, 0);
- #endif
- #if defined (UNX)