Re: r 310850: buildkernel failure: ip_carp.c:615:28: error: incomplete definition

2016-12-30 Thread Josh Paetzel
Thanks for the catch ngie. I couldn't reproduce the problem, now I see why. On Fri, Dec 30, 2016, at 03:33 PM, Ngie Cooper (yaneurabeya) wrote: > > > On Dec 30, 2016, at 12:07, O. Hartmann wrote: > > > > > > [...] > > > > ===> cas (all) > > --- all_subdir_carp --- >

Re: r 310850: buildkernel failure: ip_carp.c:615:28: error: incomplete definition

2016-12-30 Thread Ngie Cooper (yaneurabeya)
> On Dec 30, 2016, at 12:07, O. Hartmann wrote: > > > [...] > > ===> cas (all) > --- all_subdir_carp --- > --- ip_carp.o --- > /usr/src/sys/modules/carp/../../netinet/ip_carp.c:615:28: error: incomplete > definition of > type 'struct ip6_hdr' return (memcmp(,

r 310850: buildkernel failure: ip_carp.c:615:28: error: incomplete definition

2016-12-30 Thread O. Hartmann
[...] ===> cas (all) --- all_subdir_carp --- --- ip_carp.o --- /usr/src/sys/modules/carp/../../netinet/ip_carp.c:615:28: error: incomplete definition of type 'struct ip6_hdr' return (memcmp(, >ip6_src, sizeof(in6)) == 0); ~~~^