CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/07 10:27:46
Modified files:
sys/kern : kern_sysctl.c
Log message:
Expand the counters in struct mbstat from u_short to u_long. Use
malloc(9) memory instead of kernel stack for sysctl kern.mbstat.
from yasuoka@; chunk missed in previous commit; OK claudio@ tb@
