Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 05/13/2004 15:44:04
Module Name:	src
Committed By:	cl
Date:		Thu May 13 15:44:04 UTC 2004

Modified Files:
	src/doc: HACKS
	src/sys/miscfs/kernfs: kernfs_vnops.c

Log Message:
Workaround for gcc 2.95.3 failing to initialize structures
and/or unions inside structures using nested designators.
Should be reverted when gcc >=3.3.3 is ready for vax.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/doc/HACKS
cvs rdiff -r1.103 -r1.104 src/sys/miscfs/kernfs/kernfs_vnops.c

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