summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/netstat.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/netstat.c
parentf79045f75685ec541b615ddbb38d017f45e6105c (diff)
downloadFreeBSD-src-59bd962db0b15e40e537519e0bbb41148341bf44.zip
FreeBSD-src-59bd962db0b15e40e537519e0bbb41148341bf44.tar.gz
Quiet many compiler warnings.
Diffstat (limited to 'usr.bin/systat/netstat.c')
-rw-r--r--usr.bin/systat/netstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c
index 8cc3519..227f210 100644
--- a/usr.bin/systat/netstat.c
+++ b/usr.bin/systat/netstat.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
*/
static const char rcsid[] =
- "$Id: netstat.c,v 1.9 1998/06/09 04:17:23 imp Exp $";
+ "$Id: netstat.c,v 1.10 1998/06/12 14:15:24 peter Exp $";
#endif /* not lint */
/*
@@ -167,7 +167,7 @@ initnetstat()
void
fetchnetstat()
{
- register struct inpcb *prev, *next;
+ register struct inpcb *next;
register struct netinfo *p;
struct inpcbhead head;
struct inpcb inpcb;
OpenPOWER on IntegriCloud