Subject: use of LIST macros from sys/queue.h
To: None <tech-kern@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 09/05/2002 11:44:13
I've just updated my sources and had to fix several conflicts
caused by the gratuitous obfustaction of several routines
by changing quite simple code to use the LIST_FIRST, LIST_NEXT
and LIST_FOREACH marcros.

Is there some deep motive behind this, or is someone going
mad on unnecessary data abstraction.

IMHO these linked list structures are simple and don't need
macros for these operations (maybe for insert and delete).

	David

-- 
David Laight: david@l8s.co.uk