Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 1998 20:38:41 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa syscons.c videoio.c scvesactl.c
Message-ID:  <199809260338.UAA27900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1998/09/25 20:38:40 PDT

  Modified files:
    sys/i386/isa         syscons.c videoio.c scvesactl.c 
  Log:
  Cosmetic changes:
  - there were too many global variables (there still are :-).
  - the data section was bloated by explicit initializations of static
    variables to 0 (only fixed the recently changed ones).
  - WRAPHIST() had silly parentheses around foo->bar.
  - the comment about inline functions was stale.
  - the comment about Userconfig presumes too much about the boot environment.
  - `i' was reused confusingly in scioctl().
  - the declaration of `butmap' used a deprecated K&R misfeature.
  - the initializeation of `butmap' had an unnecessary line break.
  - `unsigned char' was not consistently (mis)spelled as u_char.
  - English was poor in a comment in videoio.c.
  Submitted by: bde
  
  Revision  Changes    Path
  1.281     +19 -22    src/sys/i386/isa/syscons.c
  1.5       +5 -5      src/sys/i386/isa/videoio.c
  1.5       +2 -1      src/sys/i386/isa/scvesactl.c



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