Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/11/2006 22:26:54
Module Name:	src
Committed By:	mrg
Date:		Thu May 11 22:26:54 UTC 2006

Modified Files:
	src/sys/dev/ic: ath.c ath_netbsd.c

Log Message:
cast the return value of several macros that evaluate to "(func() == FOO)"
to (void) to avoid "computed value not used" warnings.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/dev/ic/ath.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/ath_netbsd.c

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