diff options
author | yokota <yokota@FreeBSD.org> | 1998-09-26 03:38:40 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1998-09-26 03:38:40 +0000 |
commit | 1e819d1ed3944c583ff7d911b3e3fcbcdb83d3d2 (patch) | |
tree | 0b455ddaac08be74d113ee4a5e807639a1f37700 /sys/boot/common/module.c | |
parent | 1c1cbd96995f5b3daa2e0f71f53ce1b8604df354 (diff) | |
download | FreeBSD-src-1e819d1ed3944c583ff7d911b3e3fcbcdb83d3d2.zip FreeBSD-src-1e819d1ed3944c583ff7d911b3e3fcbcdb83d3d2.tar.gz |
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
Diffstat (limited to 'sys/boot/common/module.c')
0 files changed, 0 insertions, 0 deletions