diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-02-24 22:16:40 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-02-24 22:16:40 +0000 |
| commit | 917a7daac32088dde8b74e1b90151d1ad4f184d4 (patch) | |
| tree | 3740c40098a89038324099fd6f24e804acee7ae3 | |
| parent | ab9fe4e1fee677d89452eb952e58856b96deb363 (diff) | |
Notes
| -rw-r--r-- | sys/netgraph/ng_gif.c | 2 |
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; |
