Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/18/2006 15:06:16
Module Name: src
Committed By: christos
Date: Mon Dec 18 15:06:16 UTC 2006
Modified Files:
src/usr.bin/make: make.c parse.c targ.c
Log Message:
From Anon Ymous:
Removed two "(void)&" constructs as there is no setjmp() or vfork() insight.
Flagged a few parameters __unused so this will compile with -Wextra now.
To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/usr.bin/make/make.c
cvs rdiff -r1.125 -r1.126 src/usr.bin/make/parse.c
cvs rdiff -r1.46 -r1.47 src/usr.bin/make/targ.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.