Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2003 07:01:33 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa/pcvt pcvt_hdr.h
Message-ID:  <200307271401.h6RE1XhL093729@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307271401.h6RE1XhL093729>