cvs commit: src/sys/i386/isa/pcvt pcvt_hdr.h
Robert Drehmel
robert at FreeBSD.org
Sun Jul 27 07:01:35 PDT 2003
robert 2003/07/27 07:01:33 PDT
FreeBSD src repository
Modified files:
sys/i386/isa/pcvt pcvt_hdr.h
Log:
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.
Revision Changes Path
1.48 +3 -3 src/sys/i386/isa/pcvt/pcvt_hdr.h
More information about the cvs-src
mailing list