CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/08/04 08:28:58
Modified files:
sys/arch/amd64/amd64: bios.c
sys/arch/amd64/include: biosvar.h smbiosvar.h
sys/arch/arm64/dev: smbios.c
sys/arch/arm64/include: smbiosvar.h
sys/arch/i386/i386: bios.c
sys/arch/i386/include: biosvar.h smbiosvar.h
Log message:
Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce
differences between the i386 and amd64 versions of the code and
switch to using the standard C integer exact width integer types.
ok deraadt@