]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
openzfs: unbreak 32-bit builds.
authorWarner Losh <imp@FreeBSD.org>
Wed, 29 Nov 2023 15:26:29 +0000 (08:26 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 29 Nov 2023 15:26:29 +0000 (08:26 -0700)
commitdb0a4f2d7a654250f329241c6bd3f535be9a05bc
tree36f4d049f5ab0970dd37c092d06d121eb3a8e5a3
parentd565784a7ebaa59e26febdcfd4a60329786ea5f5
openzfs: unbreak 32-bit builds.

32-bit builds are broken. fix that by using PRIu64 instead of a
bare '%lu.'

Feel free to revert when upstream has this fixed. I'm agnostic as to the
proper fix, but don't have the time to fight upstreaming this on top of
everything else.
sys/contrib/openzfs/cmd/zdb/zdb.c