Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/29/2005 21:14:40
Module Name:	src
Committed By:	christos
Date:		Sun May 29 21:14:40 UTC 2005

Modified Files:
	src/sys/sys: lock.h queue.h

Log Message:
Add an internal _TAILQ macro that allows us to be explicit about volatile
qualifiers and use it in the lock case. This will help us clean the XXX
volatile cast-aways in kern_lock.c


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/sys/sys/lock.h
cvs rdiff -r1.40 -r1.41 src/sys/sys/queue.h

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