Subject: CVS commit: src/usr.bin/mkdep
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/15/2006 18:50:48
Module Name: src
Committed By: christos
Date: Sun Oct 15 18:50:48 UTC 2006
Modified Files:
src/usr.bin/mkdep: mkdep.c
Log Message:
- make a variable volatile, that gcc warns vfork will clobber.
- don't blindly walk before the beginning of the buffer because of a
corrupt dependency file. In this case the first character of the
dependency file was a :
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/usr.bin/mkdep/mkdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.