=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.c,v retrieving revision 1.103 retrieving revision 1.104 diff -c -r1.103 -r1.104 *** src/usr.bin/top/machine.c 2020/06/23 19:12:47 1.103 --- src/usr.bin/top/machine.c 2020/06/24 23:56:01 1.104 *************** *** 1,4 **** ! /* $OpenBSD: machine.c,v 1.103 2020/06/23 19:12:47 kn Exp $ */ /*- * Copyright (c) 1994 Thorsten Lockert --- 1,4 ---- ! /* $OpenBSD: machine.c,v 1.104 2020/06/24 23:56:01 kn Exp $ */ /*- * Copyright (c) 1994 Thorsten Lockert *************** *** 83,93 **** "%5d %-8.8s %3d %4d %5s %5s %-9s %-7.7s %6s %5.2f%% %s" /* process state names for the "STATE" column of the display */ - /* - * the extra nulls in the string "run" are for adding a slash and the - * processor number when needed - */ - char *state_abbrev[] = { "", "start", "run", "sleep", "stop", "zomb", "dead", "onproc" }; --- 83,88 ----