Re: [PATCHv2] osdep/hurd/getroot: Fix 64bit build

2024-01-25 Thread Daniel Kiper
On Tue, Jan 23, 2024 at 09:47:36PM +0100, Samuel Thibault wrote: > file_get_fs_options takes a mach_msg_type_number_t (32 bit), not a size_t > (64 bit on 64-bit platforms). > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel ___ Grub-

[PATCHv2] osdep/hurd/getroot: Fix 64bit build

2024-01-23 Thread Samuel Thibault
file_get_fs_options takes a mach_msg_type_number_t (32 bit), not a size_t (64 bit on 64-bit platforms). Signed-off-by: Samuel Thibault --- grub-core/osdep/hurd/getroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/osdep/hurd/getroot.c b/grub-core/osdep/hurd/getr