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

2014-03-18 Thread Behan Webster
On 03/18/14 08:24, David Laight wrote: From: Behan Webster On 03/18/14 02:41, 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

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

2014-03-18 Thread David Laight
From: Behan Webster > On 03/18/14 02:41, 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 > >>

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

2014-03-18 Thread Behan Webster
On 03/18/14 02:41, 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 offsets to the other struct members. These

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

2014-03-18 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

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

2014-03-18 Thread David Laight
From: beh...@converseincode.com From: Mark Charlebois charl...@gmail.com 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

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

2014-03-18 Thread Behan Webster
On 03/18/14 02:41, David Laight wrote: From: beh...@converseincode.com From: Mark Charlebois charl...@gmail.com 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

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

2014-03-18 Thread David Laight
From: Behan Webster On 03/18/14 02:41, David Laight wrote: From: beh...@converseincode.com From: Mark Charlebois charl...@gmail.com 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

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

2014-03-18 Thread Behan Webster
On 03/18/14 08:24, David Laight wrote: From: Behan Webster On 03/18/14 02:41, David Laight wrote: From: beh...@converseincode.com From: Mark Charlebois charl...@gmail.com Replaced non-standard C use of Variable Length Arrays In Structs (VLAIS) in xt_repldata.h with a C99 compliant flexible