=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/iostat.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/systat/iostat.c 2001/12/07 09:18:08 1.16 --- src/usr.bin/systat/iostat.c 2002/02/16 21:27:54 1.17 *************** *** 1,4 **** ! /* $OpenBSD: iostat.c,v 1.16 2001/12/07 09:18:08 deraadt Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: iostat.c,v 1.17 2002/02/16 21:27:54 millert 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.16 2001/12/07 09:18:08 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.17 2002/02/16 21:27:54 millert Exp $"; #endif /* not lint */ #include *************** *** 60,70 **** static int numbers = 0; /* default display bar graphs */ static int secs = 0; /* default seconds shown */ ! static int barlabels __P((int)); ! static void histogram __P((double, int, double)); ! static int numlabels __P((int)); ! static int stats __P((int, int, int)); ! static void stat1 __P((int, int)); WINDOW * --- 60,70 ---- static int numbers = 0; /* default display bar graphs */ static int secs = 0; /* default seconds shown */ ! static int barlabels(int); ! static void histogram(double, int, double); ! static int numlabels(int); ! static int stats(int, int, int); ! static void stat1(int, int); WINDOW *