diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 12:31:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 12:31:11 +0000 |
commit | 8030afa8547ccdf343efe12dd476929f0fadfaa1 (patch) | |
tree | 827fdd03ca84b127a9ee074b338f1debe2666770 /sal | |
parent | 6d1a190f51cd4fdeaaba87725cb3c0dfa912fb02 (diff) |
INTEGRATION: CWS macosx20xfixes01 (1.36.34); FILE MERGED
2005/11/06 06:03:30 tra 1.36.34.1: #i56734#
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/process.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/process.c b/sal/osl/unx/process.c index 4d5ba394194a..988b45a1da41 100644 --- a/sal/osl/unx/process.c +++ b/sal/osl/unx/process.c @@ -4,9 +4,9 @@ * * $RCSfile: process.c,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: obo $ $Date: 2006-01-20 10:57:01 $ + * last change: $Author: obo $ $Date: 2006-01-20 13:31:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -580,7 +580,7 @@ static void ChildStatusProc(void *pData) close(channel[0]); - if (i == 0) + if ((pid > 0) && (i == 0)) { osl_acquireMutex(ChildListMutex); |