=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/vmstat.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/systat/vmstat.c 1996/12/20 00:17:29 1.5 --- src/usr.bin/systat/vmstat.c 1997/07/29 04:47:13 1.6 *************** *** 1,4 **** ! /* $OpenBSD: vmstat.c,v 1.5 1996/12/20 00:17:29 downsj Exp $ */ /* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: vmstat.c,v 1.6 1997/07/29 04:47:13 flipk Exp $ */ /* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */ /*- *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #endif ! static char rcsid[] = "$OpenBSD: vmstat.c,v 1.5 1996/12/20 00:17:29 downsj Exp $"; #endif /* not lint */ /* --- 38,44 ---- #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 $"; #endif /* not lint */ /* *************** *** 309,315 **** --- 309,317 ---- time(&now); strcpy(buf, ctime(&now)); + #if 0 buf[16] = '\0'; + #endif getinfo(&s, state); }