=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/iostat.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/systat/iostat.c 1997/02/04 04:42:42 1.7 +++ src/usr.bin/systat/iostat.c 1997/06/23 22:21:47 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: iostat.c,v 1.7 1997/02/04 04:42:42 kstailey Exp $ */ +/* $OpenBSD: iostat.c,v 1.8 1997/06/23 22:21:47 millert Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: iostat.c,v 1.7 1997/02/04 04:42:42 kstailey Exp $"; +static char rcsid[] = "$OpenBSD: iostat.c,v 1.8 1997/06/23 22:21:47 millert Exp $"; #endif not lint #include @@ -90,6 +90,7 @@ { dkinit(1); dkreadstats(); + return 0; } void @@ -194,7 +195,6 @@ void showiostat() { - register u_int64_t t; register int i, row, col; dkswap();