- use portability wrapper define bb_setpgrp.

This commit is contained in:
Bernhard Reutner-Fischer
2006-05-26 14:24:56 +00:00
parent 08421e1d0c
commit b180e5a766
3 changed files with 4 additions and 3 deletions

View File

@@ -3031,7 +3031,7 @@ forkexec(REGISTER struct op *t, int *pin, int *pout, int act, char **wp)
} else {
/* put non-interactive processes into a different process group.
* we don't support jobs, but this is at least sane: see Bug 659 */
setpgrp();
bb_setpgrp;
}
if (t->type == TPAREN)