summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>1998-12-31 07:35:49 +0000
committerluigi <luigi@FreeBSD.org>1998-12-31 07:35:49 +0000
commitd3efa9889b9f935da5cb799803f8832a33cb1133 (patch)
treee4cc44c173ddd994e5f24c2f8023fa62cbc5a495 /sys/netinet
parent84df37382969fa58f3202f08724c722933d50f78 (diff)
downloadFreeBSD-src-d3efa9889b9f935da5cb799803f8832a33cb1133.zip
FreeBSD-src-d3efa9889b9f935da5cb799803f8832a33cb1133.tar.gz
Remove some unused variables.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_dummynet.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c
index 9743a0a..88cdc34 100644
--- a/sys/netinet/ip_dummynet.c
+++ b/sys/netinet/ip_dummynet.c
@@ -10,7 +10,7 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_dummynet.c,v 1.1 1998/09/12 22:03:20 luigi Exp $
+ * $Id: ip_dummynet.c,v 1.2 1998/12/14 18:09:13 luigi Exp $
*/
/*
@@ -109,7 +109,7 @@ dn_restart()
static void
dn_move(struct dn_pipe *pipe, int immediate)
{
- struct dn_pkt *tmp, *pkt;
+ struct dn_pkt *pkt;
/*
* consistency check, should catch new pipes which are
@@ -402,7 +402,7 @@ void
dn_rule_delete(void *r)
{
- struct dn_pipe *q, *p = all_pipes ;
+ struct dn_pipe *p = all_pipes ;
int matches = 0 ;
for ( p= all_pipes ; p ; p = p->next ) {
struct dn_pkt *x ;
@@ -432,7 +432,7 @@ ip_dn_ctl(struct sockopt *sopt)
int error = 0 ;
size_t size ;
char *buf, *bp ;
- struct dn_pipe *p, *q, tmp_pipe ;
+ struct dn_pipe *p, tmp_pipe ;
struct dn_pipe *x, *a, *b ;
OpenPOWER on IntegriCloud