=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/iostat.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/systat/iostat.c 2001/11/23 22:20:06 1.14 --- src/usr.bin/systat/iostat.c 2001/12/07 07:57:35 1.15 *************** *** 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 $ */ /* --- 1,4 ---- ! /* $OpenBSD: iostat.c,v 1.15 2001/12/07 07:57:35 pvalchev 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.14 2001/11/23 22:20:06 deraadt 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.15 2001/12/07 07:57:35 pvalchev Exp $"; #endif /* not lint */ #include *************** *** 48,53 **** --- 48,54 ---- #include #include + #include #include #include "systat.h" #include "extern.h" *************** *** 209,215 **** /* * Interrupt CPU state not calculated yet. ! */ for (i = 0; i < CPUSTATES; i++) stat1(row++, i); --- 210,216 ---- /* * Interrupt CPU state not calculated yet. ! */ for (i = 0; i < CPUSTATES; i++) stat1(row++, i);