diff options
author | 1997-07-29 04:51:43 +0000 | |
---|---|---|
committer | 1997-07-29 04:51:43 +0000 | |
commit | 2a93aa5208562f4d0e6a8fe0f50b14057d72e8b4 (patch) | |
tree | 55168adaa8e4c1fd9e23bdbaa06baa3251bb79f2 /usr.bin/systat/vmstat.c | |
parent | 1) display full time string in 'vmstat' display so you can tell (diff) | |
download | wireguard-openbsd-2a93aa5208562f4d0e6a8fe0f50b14057d72e8b4.tar.xz wireguard-openbsd-2a93aa5208562f4d0e6a8fe0f50b14057d72e8b4.zip |
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); } |