summaryrefslogtreecommitdiff
path: root/usr.bin/top/machine.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-11 01:00:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-11 01:00:59 +0000
commit721dad9825639506f3bee92df8d86d82e50ced26 (patch)
treea82969b64769e30cf54c3375eaab3cea8235399a /usr.bin/top/machine.c
parent71bc2f21ccdaca0045da59b9610889f5a1d0d760 (diff)
hide top breakage, until the next commit which will do it right
Diffstat (limited to 'usr.bin/top/machine.c')
-rw-r--r--usr.bin/top/machine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index 82c8f5f8922..64797c06303 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machine.c,v 1.38 2004/05/09 22:14:15 deraadt Exp $ */
+/* $OpenBSD: machine.c,v 1.39 2004/06/11 01:00:58 deraadt Exp $ */
/*-
* Copyright (c) 1994 Thorsten Lockert <tholo@sigmasoft.com>
@@ -90,7 +90,7 @@ static char header[] =
*/
char *state_abbrev[] = {
- "", "start", "run\0\0\0", "sleep", "stop", "zomb",
+ "", "start", "run", "sleep", "stop", "zomb", "onproc"
};
static int stathz;