summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/tcp.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-08 09:56:10 +0000
committerobrien <obrien@FreeBSD.org>1998-10-08 09:56:10 +0000
commit59bd962db0b15e40e537519e0bbb41148341bf44 (patch)
tree6a30e58b0cd00848a5bc5a7fcbfdf482815d20bd /usr.bin/systat/tcp.c
parentf79045f75685ec541b615ddbb38d017f45e6105c (diff)
downloadFreeBSD-src-59bd962db0b15e40e537519e0bbb41148341bf44.zip
FreeBSD-src-59bd962db0b15e40e537519e0bbb41148341bf44.tar.gz
Quiet many compiler warnings.
Diffstat (limited to 'usr.bin/systat/tcp.c')
-rw-r--r--usr.bin/systat/tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c
index 9a9bbcc..e0edbe1 100644
--- a/usr.bin/systat/tcp.c
+++ b/usr.bin/systat/tcp.c
@@ -38,7 +38,7 @@ static const char rcsid[] =
"Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp";
*/
static const char rcsid[] =
- "$Id: icmp.c,v 1.1 1997/09/24 02:43:39 wollman Exp $";
+ "$Id: tcp.c,v 1.1 1997/09/27 00:44:55 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -140,7 +140,7 @@ static void
domode(struct tcpstat *ret)
{
const struct tcpstat *sub;
- int i, divisor = 1;
+ int divisor = 1;
switch(currentmode) {
case display_RATE:
OpenPOWER on IntegriCloud