Fix some warnings in the code about non-ISO C prototypes and void *
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 9 Sep 2004 03:47:08 +0000 (03:47 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 9 Sep 2004 03:47:08 +0000 (03:47 +0000)
commit87004482dcb45bdbb51e6544e141dbfe39fdf830
tree83bd598a6902987a055aa50bd6ecf2dc4d2aeab8
parent55591fc28a1161e23bfcb1f2b024eb9da46cece8
Fix some warnings in the code about non-ISO C prototypes and void *
arithmetic.
sys/boot/common/load_elf.c
sys/boot/i386/libi386/bioscd.c
sys/boot/i386/libi386/elf64_freebsd.c
sys/boot/i386/libi386/libi386.h
sys/boot/i386/libi386/vidconsole.c
sys/boot/i386/loader/main.c
sys/boot/pc32/libi386/bioscd.c
sys/boot/pc32/libi386/elf64_freebsd.c
sys/boot/pc32/libi386/libi386.h
sys/boot/pc32/libi386/vidconsole.c
sys/boot/pc32/loader/main.c