Subject: CVS commit: src/sys/arch/vax/vax
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 07/08/2006 00:27:30
Module Name: src
Committed By: matt
Date: Sat Jul 8 00:27:30 UTC 2006
Modified Files:
src/sys/arch/vax/vax: pmap.c
Log Message:
Don't bcopy to 0 because gcc4 doesn't like. Instead use a structure copy
to 0 to do the equivalent thing. XXX this is evil.
To generate a diff of this commit:
cvs rdiff -r1.137 -r1.138 src/sys/arch/vax/vax/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.