From 721dad9825639506f3bee92df8d86d82e50ced26 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 11 Jun 2004 01:00:59 +0000 Subject: hide top breakage, until the next commit which will do it right --- usr.bin/top/machine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/top/machine.c') 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 @@ -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; -- cgit v1.2.3