diff options
author | flipk <flipk@cvs.openbsd.org> | 1997-07-29 04:51:44 +0000 |
---|---|---|
committer | flipk <flipk@cvs.openbsd.org> | 1997-07-29 04:51:44 +0000 |
commit | f77a361c81935784c0c0611e9bc9812ea484c1c0 (patch) | |
tree | 45168ca5a5ea99e0baf77a57d120b2119483583b /usr.bin/systat/vmstat.c | |
parent | 2686a366781989e59d2c3edd8bcfae17f08e2f34 (diff) |
delete accidental #if 0
Diffstat (limited to 'usr.bin/systat/vmstat.c')
-rw-r--r-- | usr.bin/systat/vmstat.c | 7 |
1 files changed, 2 insertions, 5 deletions
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); } |