diff options
author | bde <bde@FreeBSD.org> | 1996-10-06 16:30:15 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-10-06 16:30:15 +0000 |
commit | 5d54c37e3b5ca5fe727df0c530ad36b7d57d3d1f (patch) | |
tree | 992a99510615b452d53a8d389da6d775c73722cf /sys/dev/aic7xxx | |
parent | a761e29d9abf79c441e6d9722538e4f3c2f32a7f (diff) | |
download | FreeBSD-src-5d54c37e3b5ca5fe727df0c530ad36b7d57d3d1f.zip FreeBSD-src-5d54c37e3b5ca5fe727df0c530ad36b7d57d3d1f.tar.gz |
Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt.
Staticized it in userconfig. The one in pcvt is unused.
Removed bogus unused arg to getchar(). This should not have compiled
in the USERCONFIG_BOOT case, but the getchar() was also non-prototyped
and defined in K&R style.
Staticized the badly named global variable `next'. Even static variables
should have a unique module-specific prefix so that they can be referenced
easily in debuggers, etc.
Diffstat (limited to 'sys/dev/aic7xxx')
0 files changed, 0 insertions, 0 deletions