Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 10/04/2005 12:35:00
Module Name: src
Committed By: cube
Date: Tue Oct 4 12:35:00 UTC 2005
Modified Files:
src/usr.bin/config: defs.h sem.c util.c
Log Message:
- Keep track of the file in which we find the device instance
- Introduce xwarn() for delayed warnings
- Use xerror() and xwarn() in fixdevis() to notify about orphans
That way the correct file is printed when listing orphaned devices.
Reported by Juergen Hannken-Illjes in private mail.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.bin/config/defs.h
cvs rdiff -r1.9 -r1.10 src/usr.bin/config/sem.c
cvs rdiff -r1.1 -r1.2 src/usr.bin/config/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.