Re: [PATCH v3] net: netfilter: LLVMLinux: vlais-netfilter

2014-03-19 Thread Mark Charlebois
On Wed, Mar 19, 2014 at 09:52:40AM +, David Laight wrote: > From: beh...@converseincode.com > > From: Mark Charlebois > > > > Replaced non-standard C use of Variable Length Arrays In Structs (VLAIS) in > > xt_repldata.h with a C99 compliant flexible array member and then calculated > > offse

RE: [PATCH v3] net: netfilter: LLVMLinux: vlais-netfilter

2014-03-19 Thread David Laight
From: beh...@converseincode.com > From: Mark Charlebois > > Replaced non-standard C use of Variable Length Arrays In Structs (VLAIS) in > xt_repldata.h with a C99 compliant flexible array member and then calculated > offsets to the other struct members. These other members aren't referenced by >

[PATCH v3] net: netfilter: LLVMLinux: vlais-netfilter

2014-03-18 Thread behanw
From: Mark Charlebois Replaced non-standard C use of Variable Length Arrays In Structs (VLAIS) in xt_repldata.h with a C99 compliant flexible array member and then calculated offsets to the other struct members. These other members aren't referenced by name in this code, however this patch mainta