Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/03/2003 11:12:34
Module Name:	src
Committed By:	drochner
Date:		Thu Jul  3 11:12:33 UTC 2003

Modified Files:
	src/sys/dev/ic: esiop.c

Log Message:
Avoid an obscure gcc3 complaint about
"dereferencing type-punned pointer" by a cast to "void *".
I don't completely understand the warning, but it helps.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/ic/esiop.c

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