CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2014/03/19 21:38:33
Modified files: bin/ps : keyword.c Log message: Move the "minflt" entry to the correct spot in the var array so that all keywords are sorted in ascending order again. This fixes a bug where ps(1) thought that "minflt" was an invalid keyword. This bug was introduced when the "maxrss" keyword was accidentally added to the array after "minflt" instead of before, so the bsearch(3)-based keyword lookup could never find "minflt". ok deraadt@ guenther@ millert@ tedu@