Subject: CVS commit: src/sys/arch/i386/stand/lib/test
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/05/2007 01:02:15
Module Name:	src
Committed By:	dyoung
Date:		Wed Dec  5 01:02:15 UTC 2007

Modified Files:
	src/sys/arch/i386/stand/lib/test: ether_bpf.c

Log Message:
Don't open-code queue(3) macros (x = ifnet.tqh_first; y =
x.if_list.tqe_next).  Instead, use the macros themselves.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/i386/stand/lib/test/ether_bpf.c

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