Subject: CVS commit: syssrc/sys/sys
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/22/2002 07:50:39
Module Name:	syssrc
Committed By:	chs
Date:		Tue Oct 22 04:50:39 UTC 2002

Modified Files:
	syssrc/sys/sys: queue.h

Log Message:
add another QUEUEDEBUG check:  in TAILQ_REMOVE(), if the element we're
removing has no next element, verify that the queue head agrees that
the current element is the last one.  (this is how I found the recent
ppc pmap bugs).


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/sys/queue.h

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