K 10 svn:author V 6 eadler K 8 svn:date V 27 2018-05-22T07:56:58.849894Z K 7 svn:log V 276 top(1): increase size of 'status' buffer This corrects a warning issues by gcc9: /srv/src/freebsd/head/usr.bin/top/machine.c:988:22: warning: '%5zu' directive writing between 5 and 20 bytes into a region of size 15 [-Wformat-overflow=] sprintf(status, "?%5zu", state); END