util: make file_read() 64bit offset safe
authorLennart Poettering <lennart@poettering.net>
Wed, 26 Jun 2024 13:43:28 +0000 (15:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 26 Jun 2024 15:09:44 +0000 (17:09 +0200)
commit9573ab8f5a1e2dfdb3542aa647868ff73ced7dd2
tree1849d2ab66ffda29326350647962cc25953c9b01
parentba694646eaa4a5e2f1963252a4917c5335496f7b
util: make file_read() 64bit offset safe

File offsets in UEFI are 64bit on all archs, hence let's use that typo
too, and not create artificial confusion around types.
src/boot/efi/util.c
src/boot/efi/util.h