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'?
>>
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, &V_ifnet, if_link)
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, &V_ifnet, if_link) {
^
/usr/src/sys/sys/queue.h:724:15: note: exp