]> git.ipfire.org Git - thirdparty/grub.git/commit
* grub-core/fs/zfs/zfs.c (dmu_read): Use void * for some pointers to
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 8 Jan 2011 00:56:09 +0000 (01:56 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 8 Jan 2011 00:56:09 +0000 (01:56 +0100)
commite7121b69329ce5bff182ab85ccaf2f888a07a7b9
tree7132e618c8790d5c5247292bd1758bbdf8627686
parentfc836af9a520da52a84c74b99d06de8a3fd117b6
* grub-core/fs/zfs/zfs.c (dmu_read): Use void * for some pointers to
avoid aliasing.
(fzap_lookup): Likewise.
(dnode_get): Likewise.
(make_mdn): Likewise.
(zfs_mount): Likewise.
(fzap_iterate): Use temporary pointer to avoid aliasing.
(grub_zfs_read): Likewise.
* grub-core/loader/i386/xnu.c (grub_xnu_boot): Likewise.
* grub-core/loader/xnu.c (grub_cmd_xnu_kernel): Use void * for some
pointers to avoid aliasing.
(grub_cmd_xnu_kernel64): Likewise.
(grub_xnu_load_driver): Likewise.
ChangeLog
grub-core/fs/zfs/zfs.c
grub-core/loader/i386/xnu.c
grub-core/loader/xnu.c