]> 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)
committerWarner Losh <imp@FreeBSD.org>
Sat, 31 Jul 2021 02:01:01 +0000 (20:01 -0600)
commit3ff5432f9262b69db4fdac328c16ae6381e837ac
tree244df6059a7d7a1d8372c8c874ed620de1c90599
parentf76c34659f9d94683e1161b8913b6466a2fdbaba
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.

(cherry picked from commit a82f07fc2e2456b0ddc847d611f56a3152a6f940)
sbin/nvmecontrol/logpage.c