summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-02-24 22:16:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-02-24 22:16:40 +0000
commit917a7daac32088dde8b74e1b90151d1ad4f184d4 (patch)
tree3740c40098a89038324099fd6f24e804acee7ae3
parentab9fe4e1fee677d89452eb952e58856b96deb363 (diff)
Notes
-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 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;