Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156529471
D11678.id31031.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
667 B
Referenced Files
None
Subscribers
None
D11678.id31031.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11678: Fix printf format warning in zfs_module.c
Attached
Detach File
Event Timeline
Log In to Comment