]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cleanup warnings. Most of these are signed/unsigned warnings, as well as
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 3 Aug 2000 09:14:02 +0000 (09:14 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 3 Aug 2000 09:14:02 +0000 (09:14 +0000)
commit4ae4202e705cf6a12aa3cbb49efb153879a6bc2f
tree67c0b1dff340675f1a80c19428709b7ccb468dad
parentc2fa9f3e891155b6bbcbbe9c92d86f697d4c499b
Cleanup warnings.  Most of these are signed/unsigned warnings, as well as
some added const's.
32 files changed:
sys/boot/common/bcache.c
sys/boot/common/boot.c
sys/boot/common/bootstrap.h
sys/boot/common/interp.c
sys/boot/common/interp_backslash.c
sys/boot/common/interp_forth.c
sys/boot/common/interp_parse.c
sys/boot/common/isapnp.c
sys/boot/common/load_aout.c
sys/boot/common/load_elf.c
sys/boot/common/module.c
sys/boot/common/pnp.c
sys/boot/i386/boot0/Makefile
sys/boot/i386/libi386/Makefile
sys/boot/i386/libi386/aout_freebsd.c
sys/boot/i386/libi386/biosmem.c
sys/boot/i386/libi386/biospci.c
sys/boot/i386/libi386/biospnp.c
sys/boot/i386/libi386/bootinfo.c
sys/boot/i386/libi386/bootinfo32.c
sys/boot/i386/libi386/bootinfo64.c
sys/boot/i386/libi386/comconsole.c
sys/boot/i386/libi386/elf32_freebsd.c
sys/boot/i386/libi386/elf64_freebsd.c
sys/boot/i386/libi386/elf_freebsd.c
sys/boot/i386/libi386/gatea20.c
sys/boot/i386/libi386/i386_copy.c
sys/boot/i386/libi386/libi386.h
sys/boot/i386/libi386/pxe.c
sys/boot/i386/libi386/time.c
sys/boot/i386/libi386/vidconsole.c
sys/boot/i386/loader/main.c