Fix build of m_print_chain() on sparc64.
authorbluhm <bluhm@openbsd.org>
Tue, 10 Sep 2024 14:52:42 +0000 (14:52 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 10 Sep 2024 14:52:42 +0000 (14:52 +0000)
commita00b22129f335ebb8e403e2553790bf96dea7ac5
tree5ef5e1baba2b0578620a1ad834079b56e4bbe21b
parent675768db7d0235ae28763456e2f61ee38bb15b3f
Fix build of m_print_chain() on sparc64.

Use %zu to print mbuf MHLEN and MLEN in ddb, otherwise gcc complains.

found by claudio@
sys/kern/uipc_mbuf.c