On Wed, Mar 01, 2017 at 01:40:58PM +0100, Martin Pieuchot wrote: > I converted the declarations when I audited the existing 'dom_init' > functions.
> +struct domain inet6domain = {
> + .dom_family = AF_INET6,
> + .dom_name = "internet6",
> + .dom_protosw = (struct protosw *)inet6sw,
> + .dom_protoswNPROTOSW = (struct protosw *)&inet6sw[nitems(inet6sw)],
We don't need the (struct protosw *) casts anymore since I have
merged struct ip6protosw into protosw.
OK bluhm@
