diff options
| author | Peter Jones <pjones@redhat.com> | 2017-02-27 15:45:32 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-02-27 15:45:54 -0500 |
| commit | 83c62ff5828aa483dc498f98c4df818a39f6ba87 (patch) | |
| tree | ee2682bb98a622269084edb0e26dd40eea720afb /httpboot.h | |
| parent | 4990d3fb95bd5c441695898e0f2214868d05bec9 (diff) | |
| download | efi-boot-shim-83c62ff5828aa483dc498f98c4df818a39f6ba87.tar.gz efi-boot-shim-83c62ff5828aa483dc498f98c4df818a39f6ba87.zip | |
Fix some type errors gcc7 finds in http boot code.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'httpboot.h')
| -rw-r--r-- | httpboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,6 +36,6 @@ BOOLEAN find_httpboot (EFI_DEVICE_PATH *devpath); -EFI_STATUS httpboot_fetch_buffer (EFI_HANDLE image, VOID **buffer, UINTN *buf_size); +EFI_STATUS httpboot_fetch_buffer (EFI_HANDLE image, VOID **buffer, UINT64 *buf_size); #endif |
