NetBSD/sys/arch/mvmeppc
he aafdb08c5a Fix the various todr_gettime() and todr_settime() fallouts from
-Wcast-qual differently, by instead changing the signatore of those
"functions" to take a "volatile struct timeval*" instead of a
"struct timeval*".  Many places, these functions are called with
&time, and time is declared as volatile in <sys/kernel.h>.  This
way we can get rid of all the ugly casts which now also triggered
warnings, and caused more code to be added to work around the
problem.

Reviewed by thorpej.
2005-06-04 20:14:24 +00:00
..
compile
conf assign major for nsmb(4) 2005-05-10 00:02:35 +00:00
include Install spr.h 2005-02-17 02:14:23 +00:00
isa adapt to ISA "unknown address" namespace separation (purely mechanical, 2004-09-14 20:32:48 +00:00
mvmeppc Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
pci Phase out the use of a string as first "attach args" member to control 2004-08-30 15:05:15 +00:00
stand Factor out the C preprocessor defines and include flags from CFLAGS 2004-06-14 22:25:38 +00:00
Makefile