CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/06/23 13:12:47
Modified files: usr.bin/top : machine.c Log message: Remove redundant NULL check For the sake of simplicity and to reflect that the process list is always sorted (default is "cpu"), even if not explicitly requested; this makes it easier to argue about the code around sort order and its selection. OK millert