=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/mbufs.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/systat/mbufs.c 2001/11/19 19:02:16 1.6 +++ src/usr.bin/systat/mbufs.c 2001/11/23 22:20:06 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: mbufs.c,v 1.6 2001/11/19 19:02:16 mpech Exp $ */ +/* $OpenBSD: mbufs.c,v 1.7 2001/11/23 22:20:06 deraadt Exp $ */ /* $NetBSD: mbufs.c,v 1.2 1995/01/20 08:52:02 jtc Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: mbufs.c,v 1.6 2001/11/19 19:02:16 mpech Exp $"; +static char rcsid[] = "$OpenBSD: mbufs.c,v 1.7 2001/11/23 22:20:06 deraadt Exp $"; #endif /* not lint */ #include @@ -48,6 +48,7 @@ #include #include #include +#include #include #include "systat.h" #include "extern.h" @@ -107,7 +108,7 @@ if (mb == 0) return; for (j = 0; j < wnd->_maxy; j++) { - max = 0, index = -1; + max = 0, index = -1; for (i = 0; i < wnd->_maxy; i++) if (mb->m_mtypes[i] > max) { max = mb->m_mtypes[i];