Re: kernel -current build failures

2018-05-24 Thread Michael Butler
On 05/23/18 22:39, Charlie Li wrote: > On 23/05/2018 19:21, Michael Butler wrote: >> On a device with bluetooth (as in GENERIC modules) .. >> >> --- ng_ether.o --- >> /usr/src/sys/netgraph/ng_ether.c:871:2: error: no member named >> 'tqh_first' in 'struct ifnethead'; did you mean 'stqh_first'? >>

Re: kernel -current build failures

2018-05-23 Thread Charlie Li
On 23/05/2018 19:21, Michael Butler wrote: > On a device with bluetooth (as in GENERIC modules) .. > > --- ng_ether.o --- > /usr/src/sys/netgraph/ng_ether.c:871:2: error: no member named > 'tqh_first' in 'struct ifnethead'; did you mean 'stqh_first'? > TAILQ_FOREACH(ifp, _ifnet, if_link)