Subject: CVS commit: basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/12/2002 05:45:02
Module Name: basesrc
Committed By: simonb
Date: Tue Mar 12 03:45:02 UTC 2002
Modified Files:
basesrc/bin/sh: jobs.c
Log Message:
In forkshell() don't free the current job. Fixes problem with previous
commit where pipeline commands didn't inherit the correct process group.
Reviewed by Christos.
Change a trace format string arg to use %p instead of %x and a long cast.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 basesrc/bin/sh/jobs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.