Module Name: src Committed By: kre Date: Tue Mar 28 00:00:30 UTC 2023
Modified Files: src/usr.bin/systat: vmstat.c Log Message: PR bin/56014 from Kouichi Hashikawa Don't try to optimise away placing the "s" or " " after "N user" (" " where N==1, "s" otherwise) when it seems unnecessary, as that fails when the number of users hasn't changed, but the screen is being redrawn from nothing (as in after being resumed from a ^Z, as in the PR, but just doing a ^L would make the same thing happen). XXX pullup -10 (maybe -9 as well - seems too trivial for -8). To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/usr.bin/systat/vmstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.