Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 10/31/2003 13:43:16
Module Name:	src
Committed By:	reinoud
Date:		Fri Oct 31 13:43:16 UTC 2003

Modified Files:
	src/sys/dev/ic: aha.c bha.c

Log Message:
Make it compile under gcc 2.95 again. I guess the initialisers were
stripped in the NULL = 0 -> NULL = (void *) 0 conversion.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/dev/ic/aha.c
cvs rdiff -r1.54 -r1.55 src/sys/dev/ic/bha.c

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