=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.c,v retrieving revision 1.89 retrieving revision 1.90 diff -c -r1.89 -r1.90 *** src/usr.bin/top/machine.c 2017/05/30 06:01:30 1.89 --- src/usr.bin/top/machine.c 2018/05/14 12:31:21 1.90 *************** *** 1,4 **** ! /* $OpenBSD: machine.c,v 1.89 2017/05/30 06:01:30 tedu Exp $ */ /*- * Copyright (c) 1994 Thorsten Lockert --- 1,4 ---- ! /* $OpenBSD: machine.c,v 1.90 2018/05/14 12:31:21 mpi Exp $ */ /*- * Copyright (c) 1994 Thorsten Lockert *************** *** 108,114 **** /* these are for detailing the cpu states */ int64_t *cpu_states; char *cpustatenames[] = { ! "user", "nice", "system", "interrupt", "idle", NULL }; /* these are for detailing the memory statistics */ --- 108,114 ---- /* these are for detailing the cpu states */ int64_t *cpu_states; char *cpustatenames[] = { ! "user", "nice", "sys", "spin", "intr", "idle", NULL }; /* these are for detailing the memory statistics */