]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cosmetic changes:
authoryokota <yokota@FreeBSD.org>
Sat, 26 Sep 1998 03:38:40 +0000 (03:38 +0000)
committeryokota <yokota@FreeBSD.org>
Sat, 26 Sep 1998 03:38:40 +0000 (03:38 +0000)
commit1e819d1ed3944c583ff7d911b3e3fcbcdb83d3d2
tree0b455ddaac08be74d113ee4a5e807639a1f37700
parent1c1cbd96995f5b3daa2e0f71f53ce1b8604df354
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
sys/dev/syscons/scvesactl.c
sys/dev/syscons/syscons.c
sys/i386/isa/scvesactl.c
sys/i386/isa/syscons.c
sys/i386/isa/videoio.c