summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-03-24 00:22:25 +0000
committerrwatson <rwatson@FreeBSD.org>2006-03-24 00:22:25 +0000
commitaa09ae8a755b2256a7314dd2c0c8367640262d3a (patch)
tree59a2f17ffc8307fc045c0fdba1af447377613696 /sys/netipx
parent4ddef680b0b23e4d8b1e157bb1975c322d7b40aa (diff)
downloadFreeBSD-src-aa09ae8a755b2256a7314dd2c0c8367640262d3a.zip
FreeBSD-src-aa09ae8a755b2256a7314dd2c0c8367640262d3a.tar.gz
Move definition of spxrexmtthresh to top of file with other global
variables. MFC after: 1 month
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/spx_usrreq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c
index d41065c..4ffafc3 100644
--- a/sys/netipx/spx_usrreq.c
+++ b/sys/netipx/spx_usrreq.c
@@ -72,6 +72,7 @@ static int spx_hardnosed;
static int spx_use_delack = 0;
static int traceallspxs = 0;
static struct spx_istat spx_istat;
+static int spxrexmtthresh = 3;
/* Following was struct spxstat spxstat; */
#ifndef spxstat
@@ -381,8 +382,6 @@ bad:
m_freem(m);
}
-static int spxrexmtthresh = 3;
-
/*
* This is structurally similar to the tcp reassembly routine
* but its function is somewhat different: It merely queues
OpenPOWER on IntegriCloud