Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 02/13/2004 01:22:20
Module Name:	src
Committed By:	dyoung
Date:		Fri Feb 13 01:22:20 UTC 2004

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

Log Message:
KNF. Change

        static
        void mem_write_2(...)

to

        static void
        mem_write_2(...)


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/ic/am79c930.c

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