from netbsd:
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 06:22:33 +0000 (06:22 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 06:22:33 +0000 (06:22 +0000)
commit5c75476d69b57bb7a27658a021cef9eb62c67588
tree301021f68a0e73a0a56e14af10764a9d5a54fb65
parenta29e977f9cadcec93df669556048c22f50058f4a
from netbsd:
Make it work on little-endian monochrome buffers; per Ted.
Must change `u_long' to `u_int32_t' as Jason pointed out.
since 'long's in this code are meant to be exactly 32-bits wide, use
'int32_t's instead, so that this code is usable on the alpha.
sys/dev/rcons/raster.h
sys/dev/rcons/raster_op.c
sys/dev/rcons/raster_text.c
sys/dev/rcons/rcons_kern.c