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

2014-04-17 Thread Behan Webster
On 03/22/14 23:55, beh...@converseincode.com wrote: 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

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

2014-04-17 Thread Behan Webster
On 03/22/14 23:55, beh...@converseincode.com wrote: 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

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

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

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

2014-03-23 Thread behanw
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 referenced by name in this code,