|
From: <jc...@us...> - 2007-08-20 16:29:06
|
Revision: 483
http://omc.svn.sourceforge.net/omc/?rev=483&view=rev
Author: jcarey
Date: 2007-08-20 09:29:08 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
Removed the code that set the process to a new process group. This allow child procs to die along with the parent process.
Modified Paths:
--------------
omccmpi/trunk/src/lib/omc/exec.c
Modified: omccmpi/trunk/src/lib/omc/exec.c
===================================================================
--- omccmpi/trunk/src/lib/omc/exec.c 2007-08-20 16:20:56 UTC (rev 482)
+++ omccmpi/trunk/src/lib/omc/exec.c 2007-08-20 16:29:08 UTC (rev 483)
@@ -259,9 +259,6 @@
i--;
}
- /* Set this process and all of it's children in a new proces group */
- setpgid(0, 0);
-
if (envp)
{
execve(argv[0], argv, envp);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|