]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix EFI platform build failures
authorsmh <smh@FreeBSD.org>
Sat, 6 Feb 2016 22:01:25 +0000 (22:01 +0000)
committersmh <smh@FreeBSD.org>
Sat, 6 Feb 2016 22:01:25 +0000 (22:01 +0000)
commit993c2695aa5e66d4379e155446baeeb4d6c9c8c0
treed8dc32d4a916a44023ac761bdb905f8d88f5f8f0
parent5b12d896ba622682f675117c93a7da3a68c78190
Fix EFI platform build failures

With warnings now enabled some plaforms where failing due to warnings.
* Fix st_size printed as a size_t when its actually an off_t.
* Fix pointer conversion in load_elf for some 32bit platforms due to 64bit
  off in ef.

MFC after: 2 days
X-MFC-With:
Sponsored by: Multiplay
sys/boot/common/load_elf.c
sys/boot/efi/boot1/zfs_module.c