aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/netstat.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-10-08 09:56:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-10-08 09:56:10 +0000
commitd22889b82125f63cabcdcae17a4bad4039b43809 (patch)
tree0333f676bb7f110a1a969151b4c5a64c56048729 /usr.bin/systat/netstat.c
parent8198d9b044850640e966002adcb27edb9faf4079 (diff)
downloadsrc-d22889b82125f63cabcdcae17a4bad4039b43809.tar.gz
src-d22889b82125f63cabcdcae17a4bad4039b43809.zip
Quiet many compiler warnings.
Notes
Notes: svn path=/head/; revision=40060
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 8cc3519d8fe3..227f210711e5 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;