From f77a361c81935784c0c0611e9bc9812ea484c1c0 Mon Sep 17 00:00:00 2001 From: flipk Date: Tue, 29 Jul 1997 04:51:44 +0000 Subject: delete accidental #if 0 --- usr.bin/systat/vmstat.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index b53e093826a..6a77daa5ad9 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmstat.c,v 1.6 1997/07/29 04:47:13 flipk Exp $ */ +/* $OpenBSD: vmstat.c,v 1.7 1997/07/29 04:51:43 flipk Exp $ */ /* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #endif -static char rcsid[] = "$OpenBSD: vmstat.c,v 1.6 1997/07/29 04:47:13 flipk Exp $"; +static char rcsid[] = "$OpenBSD: vmstat.c,v 1.7 1997/07/29 04:51:43 flipk Exp $"; #endif /* not lint */ /* @@ -309,9 +309,6 @@ fetchkre() time(&now); strcpy(buf, ctime(&now)); -#if 0 - buf[16] = '\0'; -#endif getinfo(&s, state); } -- cgit v1.2.3