Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/18/2004 14:25:34
Module Name:	src
Committed By:	lukem
Date:		Sun Apr 18 14:25:34 UTC 2004

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

Log Message:
Consistently arrange order of definitions for each type.  Specifically:
* move SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT, SLIST_FOREACH further down.
* remove duplicate definition of SLIST_NEXT.
* move TAILQ_FOREACH and TAILQ_FOREACH_REVERSE further up.
* add more comments.
* tweak whitespace.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/sys/queue.h

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