]> git.proxmox.com Git - grub2.git/commit - ChangeLog
* commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf
authordavem <davem@localhost>
Thu, 30 Apr 2009 01:18:43 +0000 (01:18 +0000)
committerdavem <davem@localhost>
Thu, 30 Apr 2009 01:18:43 +0000 (01:18 +0000)
commit979b4fb4160957dd1f4b84f92fd19c11e5a91eee
tree72e9101cd38712cf6fe9cff2f6e310a54c6b37ac
parent2e08a26a8eb84d74a329db1a64edf340dd6fb03f
* commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf
warnings.
* kern/ieee1275/openfw.c (grub_claimmap): Likewise.
* disk/ieee1275/ofdisk.c (grub_ofdisk_open, grub_ofdisk_close,
grub_ofdisk_read): Likewise, and deal similarly with the fact that
ihandles have a 32-bit type but need to be stored in a "void *".
ChangeLog
commands/lsmmap.c
disk/ieee1275/ofdisk.c
kern/ieee1275/openfw.c