summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_gif.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-02-24 22:16:40 +0000
committerphk <phk@FreeBSD.org>2004-02-24 22:16:40 +0000
commit92d93444db44f4a55e1094808e37a1427824ef34 (patch)
tree3740c40098a89038324099fd6f24e804acee7ae3 /sys/netgraph/ng_gif.c
parent602c2e64218190365fca4720257ea9dfd33e4d5f (diff)
downloadFreeBSD-src-92d93444db44f4a55e1094808e37a1427824ef34.zip
FreeBSD-src-92d93444db44f4a55e1094808e37a1427824ef34.tar.gz
Unconst. Somebody didn't compile LINT.
Diffstat (limited to 'sys/netgraph/ng_gif.c')
-rw-r--r--sys/netgraph/ng_gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c
index 1349690..2b37ab4 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;
OpenPOWER on IntegriCloud