]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0
authorDimitry Andric <dim@FreeBSD.org>
Fri, 8 Jan 2021 22:38:21 +0000 (23:38 +0100)
committerDimitry Andric <dim@FreeBSD.org>
Fri, 8 Jan 2021 22:38:30 +0000 (23:38 +0100)
commita82f07fc2e2456b0ddc847d611f56a3152a6f940
tree70f79bc1a14baae342117afd9efca9dc83c2ab56
parentf222a6b88614db13ae83c8110281e690d1381a4c
Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0

The general style in sbin/nvmecontrol apppears to print uint64_t types
using %j, so I'm using that instead of the more general (but admittedly
ugly) PRIu64.
sbin/nvmecontrol/logpage.c