CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/10 08:52:42
Modified files:
sys/kern : uipc_mbuf.c
Log message:
Fix build of m_print_chain() on sparc64.
Use %zu to print mbuf MHLEN and MLEN in ddb, otherwise gcc complains.
found by claudio@
