Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/05/2007 18:07:22
Module Name:	src
Committed By:	dyoung
Date:		Wed Dec  5 18:07:22 UTC 2007

Modified Files:
	src/sys/net: if.h

Log Message:
Add IFNET_FIRST(), IFNET_NEXT(), IFADDR_FIRST(), IFADDR_NEXT(),
IFADDR_EMPTY().

Call the IF{NET,ADDR}_FOREACH() macro arguments __ifp and __ifa
instead of ifp and ifa.


To generate a diff of this commit:
cvs rdiff -r1.127 -r1.128 src/sys/net/if.h

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