Page MenuHomeFreeBSD

D11678.id31031.diff
No OneTemporary

D11678.id31031.diff

Index: head/sys/boot/efi/boot1/zfs_module.c
===================================================================
--- head/sys/boot/efi/boot1/zfs_module.c
+++ head/sys/boot/efi/boot1/zfs_module.c
@@ -182,8 +182,8 @@
if ((status = bs->AllocatePool(EfiLoaderData, (UINTN)st.st_size, &buf))
!= EFI_SUCCESS) {
- printf("Failed to allocate load buffer %zd for pool '%s' for '%s' "
- "(%lu)\n", st.st_size, spa->spa_name, filepath, EFI_ERROR_CODE(status));
+ printf("Failed to allocate load buffer %jd for pool '%s' for '%s' "
+ "(%lu)\n", (intmax_t)st.st_size, spa->spa_name, filepath, EFI_ERROR_CODE(status));
return (EFI_INVALID_PARAMETER);
}

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 11:09 AM (11 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33081625
Default Alt Text
D11678.id31031.diff (667 B)

Event Timeline