=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/iostat.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/systat/iostat.c 2008/12/07 02:56:06 1.35 +++ src/usr.bin/systat/iostat.c 2009/06/06 17:52:39 1.36 @@ -1,4 +1,4 @@ -/* $OpenBSD: iostat.c,v 1.35 2008/12/07 02:56:06 canacar Exp $ */ +/* $OpenBSD: iostat.c,v 1.36 2009/06/06 17:52:39 jasper Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* @@ -216,13 +216,6 @@ end_line(); } - - -#define ENDLINE do { \ - count++; \ - if (maxprint > 0 && count >= maxprint) \ - return; \ - } while(0) void showbcache(void)