diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c index 1349690ef10b..2b37ab4d89f4 100644 --- a/sys/netgraph/ng_gif.c +++ b/sys/netgraph/ng_gif.c @@ -265,7 +265,7 @@ static void ng_gif_detach(struct ifnet *ifp) { const node_p node = IFP2NG(ifp); - const priv_p priv; + priv_p priv; if (node == NULL) /* no node (why not?), ignore */ return;