Dear list! Author: Christian Ruppert <[email protected]> Number of patches: 1
This is an automated relay of the Github pull request: hpack-tbl-t.h uses VAR_ARRAY and requires compiler.h to be included Patch title(s): hpack-tbl-t.h uses VAR_ARRAY and requires compiler.h to be included Link: https://github.com/haproxy/haproxy/pull/942 Edit locally: wget https://github.com/haproxy/haproxy/pull/942.patch && vi 942.patch Apply locally: curl https://github.com/haproxy/haproxy/pull/942.patch | git am - Description: This fixes building hpack from contrib, which failed because of the undeclared VAR_ARRAY: make -C contrib/hpack ... cc -O2 -Wall -g -I../../include -fwrapv -fno-strict-aliasing -c -o gen- enc.o gen-enc.c In file included from gen-enc.c:18: ../../include/haproxy/hpack-tbl-t.h:105:23: error: 'VAR_ARRAY' undeclared here (not in a function) 105 | struct hpack_dte dte[VAR_ARRAY]; /* dynamic table entries */ ... Signed- off-by: Christian Ruppert <[email protected]> Instructions: This github pull request will be closed automatically; patch should be reviewed on the haproxy mailing list ([email protected]). Everyone is invited to comment, even the patch's author. Please keep the author and list CCed in replies. Please note that in absence of any response this pull request will be lost.

