summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-vcl+workben+officeacceptthread.cxx
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
commit2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch)
tree19d35773be783fd6761833f599af82301c20ceac /editors/openoffice.org-1.1-devel/files/patch-vcl+workben+officeacceptthread.cxx
parent46e9a484f814c07d51ab2cb90517f4f5c4c368ae (diff)
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-vcl+workben+officeacceptthread.cxx')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-vcl+workben+officeacceptthread.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-vcl+workben+officeacceptthread.cxx b/editors/openoffice.org-1.1-devel/files/patch-vcl+workben+officeacceptthread.cxx
deleted file mode 100644
index 07d9f1060557..000000000000
--- a/editors/openoffice.org-1.1-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)