Subject: rasops "attr" To: None <tech-kern@NetBSD.org> From: Martin Husemann <martin@duskware.de> List: tech-kern Date: 05/23/2005 15:23:22
Rasops seems to use "long" to store character attributes. That seems ...
suboptimal on ports like sparc64, where long is 64 bit.
Can we replace it by u_int (or maybe u_int32) in the whole tree?
Martin