freebsd-dev/sys/i386/isa/pcvt
Robert Drehmel 266c520a5a Changed the data types of three index variables, two of them
in the `video_state' structure, to larger ones (from u_char to
u_short).  Each can now hold values at least as large as the
size of the array it is meant to point into.

This eliminates warnings printed by GCC 3.3.1 and hence makes
pcvt compilable using -Werror.
2003-07-27 14:01:33 +00:00
..
pcvt_conf.h
pcvt_drv.c Silly compile fixes from resource_disabled() commit. 2003-07-03 14:33:17 +00:00
pcvt_ext.c More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). 2003-03-02 16:54:40 +00:00
pcvt_hdr.h Changed the data types of three index variables, two of them 2003-07-27 14:01:33 +00:00
pcvt_kbd.c More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). 2003-03-02 16:54:40 +00:00
pcvt_kbd.h
pcvt_out.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
pcvt_sup.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
pcvt_tbl.h
pcvt_vtf.c