Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/vax/vax
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.
Home |
Main Index |
Thread Index |
Old Index