Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/29/2006 15:17:29
Module Name:	src
Committed By:	drochner
Date:		Mon May 29 15:17:29 UTC 2006

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

Log Message:
Remove passing of an uninitialized variable found by gcc4.
(The variable was not used by the called function, so remove the
argument completely.)


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

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