1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Unconst. Somebody didn't compile LINT.

This commit is contained in:
Poul-Henning Kamp 2004-02-24 22:16:40 +00:00
parent ab9fe4e1fe
commit 917a7daac3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126203

View File

@ -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;