Print mbuf size also for non cluster.
authorbluhm <bluhm@openbsd.org>
Mon, 9 Sep 2024 11:27:03 +0000 (11:27 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 9 Sep 2024 11:27:03 +0000 (11:27 +0000)
commitc9f2cb035b5b1d572ae40e6ce8bc6c0d1beecef2
tree81f5724f3d4fc8d4ce0ced49a5137cae2aff3ac8
parent6f96d029091e66e13bfa3d5f48c36b651f142ec1
Print mbuf size also for non cluster.

Command "ddb> show /c mbuf" always prints mbuf data size.  In
uipc_mbuf.c include db_interface.h as it contains prototype for
m_print_chain().

OK mvs@
sys/kern/uipc_mbuf.c