Fix x86-64 build.

This commit is contained in:
Rene Gollent 2013-06-09 21:24:11 -04:00
parent 8239f0320d
commit 0df5a3b0cb

View File

@ -296,7 +296,7 @@ scsi_alloc_dma_buffer_sg_orig(dma_buffer *buffer, size_t size)
buffer->sg_count_max_orig = size / sizeof(physical_entry);
SHOW_INFO(3, "Got up to %" B_PRId32 " S/G entries to original data",
SHOW_INFO(3, "Got up to %" B_PRIuSIZE " S/G entries to original data",
buffer->sg_count_max_orig);
return true;