Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/24/2004 19:58:54
Module Name: src
Committed By: dsl
Date: Sat Jan 24 19:58:54 UTC 2004
Modified Files:
src/usr.bin/make: var.c
Log Message:
Restore correct name string when VarGetPattern() returns.
Stops error from free() evaluating ${x::=y} when x is undefined.
(Erm why is free() allowed to write to fd 2?)
To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/usr.bin/make/var.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.