summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm/ngatmbase.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/atm/ngatmbase.c')
-rw-r--r--sys/netgraph/atm/ngatmbase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/atm/ngatmbase.c b/sys/netgraph/atm/ngatmbase.c
index ecb23e6..c5b0ced 100644
--- a/sys/netgraph/atm/ngatmbase.c
+++ b/sys/netgraph/atm/ngatmbase.c
@@ -61,8 +61,8 @@ DECLARE_MODULE(ngatmbase, ngatm_data, SI_SUB_EXEC, SI_ORDER_ANY);
/*
* UNI Stack message handling functions
*/
-MALLOC_DEFINE(M_UNIMSG, "unimsg", "uni message buffers");
-MALLOC_DEFINE(M_UNIMSGHDR, "unimsghdr", "uni message headers");
+static MALLOC_DEFINE(M_UNIMSG, "unimsg", "uni message buffers");
+static MALLOC_DEFINE(M_UNIMSGHDR, "unimsghdr", "uni message headers");
#define EXTRA 128
OpenPOWER on IntegriCloud