CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/04 02:21:01
Modified files:
usr.bin/netstat: mbuf.c
Log message:
Fix mbuf memory accounting after recent *8 pool size change.
Use the ``pr_pgsize'' argument instead of assuming that pool page
sizes are identical to the value returned by getpagesize(3).
Issue reported by trondd <trondd AT kagu-tsuchi DOT com> on tech@.
ok millert@, tedu@
