Unconst. Somebody didn't compile LINT.
This commit is contained in:
parent
602c2e6421
commit
92d93444db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user