Re: [PATCH] ebtables: Fix build errors and warnings

2018-06-11 Thread Duncan Roe
On Mon, May 21, 2018 at 03:53:11PM +1000, Duncan Roe wrote: > On Tue, May 15, 2018 at 12:42:09AM +0200, Florian Westphal wrote: > > Duncan Roe wrote: > > > Since commit b1cdae87f25021eb835872d86d6e7206bd421c3f, make fails thusly: > > > > > > > libebtc.c: In function 'ebt_reinit_extensions': > > >

Re: [PATCH] ebtables: Fix build errors and warnings

2018-05-20 Thread Duncan Roe
On Tue, May 15, 2018 at 12:42:09AM +0200, Florian Westphal wrote: > Duncan Roe wrote: > > Since commit b1cdae87f25021eb835872d86d6e7206bd421c3f, make fails thusly: > > > > > libebtc.c: In function 'ebt_reinit_extensions': > > > libebtc.c:275:11: error: 'union ' has no member named > > > 'revision

Re: [PATCH] ebtables: Fix build errors and warnings

2018-05-14 Thread Florian Westphal
Duncan Roe wrote: > Since commit b1cdae87f25021eb835872d86d6e7206bd421c3f, make fails thusly: > > > libebtc.c: In function 'ebt_reinit_extensions': > > libebtc.c:275:11: error: 'union ' has no member named 'revision' > > m->m->u.revision = m->revision; > >^ > > libebtc.c: In funct

[PATCH] ebtables: Fix build errors and warnings

2018-05-14 Thread Duncan Roe
Since commit b1cdae87f25021eb835872d86d6e7206bd421c3f, make fails thusly: > libebtc.c: In function 'ebt_reinit_extensions': > libebtc.c:275:11: error: 'union ' has no member named 'revision' > m->m->u.revision = m->revision; >^ > libebtc.c: In function 'ebt_check_rule_exists': > li