Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/17/2005 19:51:24
Module Name:	src
Committed By:	christos
Date:		Mon Oct 17 19:51:24 UTC 2005

Modified Files:
	src/sys/netinet: ip_flow.c

Log Message:
small list macro cleanup:
- remove duplicate LIST_FIRST (Liam Foy)
- change to use LIST_FOREACH or for () instead of while () for consistency


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/netinet/ip_flow.c

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