Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/12/2006 20:14:56
Module Name: src
Committed By: dsl
Date: Sun Mar 12 20:14:56 UTC 2006
Modified Files:
src/usr.bin/make: job.c
Log Message:
Remove the 'never non-NULL' 'previous' argument to JobStart.
Looks like it was intended as a minor (and pointless) optimisation to
remove a free() malloc() pair.
Make he comment about the stoppedJobs list more correct.
To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 src/usr.bin/make/job.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.