From aa09ae8a755b2256a7314dd2c0c8367640262d3a Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 24 Mar 2006 00:22:25 +0000 Subject: Move definition of spxrexmtthresh to top of file with other global variables. MFC after: 1 month --- sys/netipx/spx_usrreq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netipx') 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 -- cgit v1.1