git: systat - Fix '?' suffix case for dirtybufspace reporting
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Mar 17 19:52:29 PDT 2018
commit 8122d914c04988d8104e60eddd1027bf3bf4cc29
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Mar 17 19:51:45 2018 -0700
systat - Fix '?' suffix case for dirtybufspace reporting
* Dirtybufspace (dirtyb) reporting sometimes showed a '?'
because put64() didn't know how to upgrade 'k'. Using 'K'
solves the problem.
Summary of changes:
usr.bin/systat/vmstat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8122d914c04988d8104e60eddd1027bf3bf4cc29
--
DragonFly BSD source repository
More information about the Commits
mailing list