CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/07/17 13:19:30
Modified files:
sys/arch/m88k/include: pcb.h reg.h
Log message:
Use `long' instead of `int' in structure layouts which may get assigned from
(or to) register_t, but need to be usable without register_t in scope, so that
the compiler won't warn about these assignments after the recent _types.h
changes; aoyama@
