freebsd_amp_hwpstate/sys
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
..
alpha
amd64 Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
compat/linux
compile
conf Document USERCONFIG_BOOT, even though it doesn't belong where it is. ;-) 1996-10-05 11:01:24 +00:00
ddb
dev Oops, missed a chunk in that last commit. 1996-10-04 14:17:32 +00:00
fs
geom
gnu
i386 Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt. 1996-10-06 16:30:15 +00:00
isa scresume erroneously used before declared. Move the function 1996-10-03 00:42:27 +00:00
isofs/cd9660
kern Fix 4 problems: 1996-10-06 07:50:05 +00:00
libkern
miscfs
modules
msdosfs
net
netatalk
netinet
netipx
netkey
netns
nfs
nfsclient
nfsserver
pc98
pccard
pci Added multicast support (BPF cookie bug was already fixed). 1996-10-03 10:47:03 +00:00
powerpc/include
rpc
scsi Bring this over from the SCSI branch. I need it to bring in the fixes to 1996-10-06 02:14:31 +00:00
sys
tools
ufs
vm
Makefile