=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/iostat.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/systat/iostat.c 2001/11/19 19:02:16 1.13 --- src/usr.bin/systat/iostat.c 2001/11/23 22:20:06 1.14 *************** *** 1,4 **** ! /* $OpenBSD: iostat.c,v 1.13 2001/11/19 19:02:16 mpech Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: iostat.c,v 1.14 2001/11/23 22:20:06 deraadt Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: iostat.c,v 1.13 2001/11/19 19:02:16 mpech Exp $"; #endif /* not lint */ #include --- 38,44 ---- #if 0 static char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: iostat.c,v 1.14 2001/11/23 22:20:06 deraadt Exp $"; #endif /* not lint */ #include *************** *** 48,54 **** #include #include - #include #include #include "systat.h" #include "extern.h" --- 48,53 ---- *************** *** 210,216 **** /* * Interrupt CPU state not calculated yet. ! */ for (i = 0; i < CPUSTATES; i++) stat1(row++, i); --- 209,215 ---- /* * Interrupt CPU state not calculated yet. ! */ for (i = 0; i < CPUSTATES; i++) stat1(row++, i);