summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-01-04 21:53:42 +0000
committerrwatson <rwatson@FreeBSD.org>2009-01-04 21:53:42 +0000
commite259848db546016e33236429a3137ec19b4f8caa (patch)
tree30b37500470e2d55efe44563d2169b4f0f114725 /sys/netinet6
parent6db41b83137e20849a678f989eb2fcfb415119de (diff)
downloadFreeBSD-src-e259848db546016e33236429a3137ec19b4f8caa.zip
FreeBSD-src-e259848db546016e33236429a3137ec19b4f8caa.tar.gz
Unlike with struct protosw, several instances of struct ip6protosw
did not use C99-style sparse structure initialization, so remove NULL assignments for now-removed pr_usrreq function pointers. Reported by: Chris Ruiz <yr.retarded at gmail.com>
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/in6_gif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c
index ff0b8d1..3441f84 100644
--- a/sys/netinet6/in6_gif.c
+++ b/sys/netinet6/in6_gif.c
@@ -78,7 +78,6 @@ extern struct domain inet6domain;
struct ip6protosw in6_gif_protosw =
{ SOCK_RAW, &inet6domain, 0/* IPPROTO_IPV[46] */, PR_ATOMIC|PR_ADDR,
in6_gif_input, rip6_output, 0, rip6_ctloutput,
- 0,
0, 0, 0, 0,
&rip6_usrreqs
};
OpenPOWER on IntegriCloud