=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.c,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/top/machine.c 2004/10/07 06:26:12 1.44 --- src/usr.bin/top/machine.c 2004/11/17 09:22:43 1.45 *************** *** 1,4 **** ! /* $OpenBSD: machine.c,v 1.44 2004/10/07 06:26:12 otto Exp $ */ /*- * Copyright (c) 1994 Thorsten Lockert --- 1,4 ---- ! /* $OpenBSD: machine.c,v 1.45 2004/11/17 09:22:43 markus Exp $ */ /*- * Copyright (c) 1994 Thorsten Lockert *************** *** 101,110 **** static long cp_diff[CPUSTATES]; /* these are for detailing the process states */ ! int process_states[7]; char *procstatenames[] = { "", " starting, ", " running, ", " idle, ", ! " stopped, ", " zombie, ", NULL }; --- 101,110 ---- static long cp_diff[CPUSTATES]; /* these are for detailing the process states */ ! int process_states[8]; char *procstatenames[] = { "", " starting, ", " running, ", " idle, ", ! " stopped, ", " zombie, ", "dead, ", " on processor, ", NULL };