Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 07/25/2005 22:31:07
Module Name:	src
Committed By:	cube
Date:		Mon Jul 25 22:31:07 UTC 2005

Modified Files:
	src/usr.bin/config: sem.c

Log Message:
The devi lists in struct devbase and struct deva really should use the
TAILQ set of macros from queue.h...  It's way too easy to make mistakes...

config(1) was segfaulting in deldev() in some situations...  Reported by
Brend Ernesti.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/usr.bin/config/sem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.