=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.106 retrieving revision 1.107 diff -c -r1.106 -r1.107 *** src/usr.bin/top/top.c 2020/08/26 16:21:28 1.106 --- src/usr.bin/top/top.c 2022/09/10 16:58:51 1.107 *************** *** 1,4 **** ! /* $OpenBSD: top.c,v 1.106 2020/08/26 16:21:28 kn Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: top.c,v 1.107 2022/09/10 16:58:51 cheloha Exp $ */ /* * Top users/processes display for Unix *************** *** 560,566 **** proc_compares[order_index]); /* display the load averages */ ! i_loadave(system_info.last_pid, system_info.load_avg); /* display the current time */ /* this method of getting the time SHOULD be fairly portable */ --- 560,566 ---- proc_compares[order_index]); /* display the load averages */ ! i_loadave(system_info.load_avg); /* display the current time */ /* this method of getting the time SHOULD be fairly portable */