summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-vcl+workben+officeacceptthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-vcl+workben+officeacceptthread.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-vcl+workben+officeacceptthread.cxx b/editors/openoffice.org-2-RC/files/patch-vcl+workben+officeacceptthread.cxx
new file mode 100644
index 000000000000..07d9f1060557
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-vcl+workben+officeacceptthread.cxx
@@ -0,0 +1,11 @@
+--- ../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)