[ClusterIt-CVS] CVS commit: src
Brought to you by:
garbled
From: Tim R. <ga...@us...> - 2008-02-27 18:50:36
|
Module Name: src Committed By: garbled Date: Wed Feb 27 18:50:34 UTC 2008 Modified Files: src/dsh: dsh.c src/dtop: dtop.c src/pcp: pcp.c Log Message: Apply patches from [ 1767814 ] wrong usage of exit causes silliness on linux. _exit should be used instead of exit to prevent linux duplicating output when dumped to a pipe. To generate a diff of this commit: cvs rdiff -r1.40 -r1.41 src/dsh/dsh.c cvs rdiff -r1.4 -r1.5 src/dtop/dtop.c cvs rdiff -r1.29 -r1.30 src/pcp/pcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |