freebsd_amp_hwpstate/sys/i386
Bruce Evans d1f6ee03f1 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.
1996-10-06 16:30:15 +00:00
..
apm
bios
boot
conf Document USERCONFIG_BOOT, even though it doesn't belong where it is. ;-) 1996-10-05 11:01:24 +00:00
eisa
i386 Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt. 1996-10-06 16:30:15 +00:00
ibcs2
include
isa Oops, missed a chunk in that last commit. 1996-10-04 14:17:32 +00:00
linux
pci
scsi
Makefile