summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-vcl+workben+officeacceptthread.cxx
blob: 07d9f10605573bb941c0f13c82a3e93f06a656ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)