aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/atm/sscfu/ng_sscfu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/atm/sscfu/ng_sscfu.c')
-rw-r--r--sys/netgraph/atm/sscfu/ng_sscfu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/atm/sscfu/ng_sscfu.c b/sys/netgraph/atm/sscfu/ng_sscfu.c
index 7fe3728b7eae..4811f576df0b 100644
--- a/sys/netgraph/atm/sscfu/ng_sscfu.c
+++ b/sys/netgraph/atm/sscfu/ng_sscfu.c
@@ -536,6 +536,8 @@ ng_sscfu_constructor(node_p node)
{
struct priv *priv;
+ gone_in(14, "ng_sscfu: netgraph ATM modules");
+
priv = malloc(sizeof(*priv), M_NG_SSCFU, M_WAITOK | M_ZERO);
if ((priv->sscf = sscfu_create(node, &sscfu_funcs)) == NULL) {