summaryrefslogtreecommitdiffstats
path: root/sys/netipx/spx_reass.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/spx_reass.c')
-rw-r--r--sys/netipx/spx_reass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/spx_reass.c b/sys/netipx/spx_reass.c
index 4344b29..fea031f 100644
--- a/sys/netipx/spx_reass.c
+++ b/sys/netipx/spx_reass.c
@@ -93,7 +93,7 @@ __FBSDID("$FreeBSD$");
static int spx_use_delack = 0;
static int spxrexmtthresh = 3;
-MALLOC_DEFINE(M_SPXREASSQ, "spxreassq", "SPX reassembly queue entry");
+static MALLOC_DEFINE(M_SPXREASSQ, "spxreassq", "SPX reassembly queue entry");
/*
* Flesh pending queued segments on SPX close.
OpenPOWER on IntegriCloud