Dear list!

Author: matthias sweertvaegher <178714+mx...@users.noreply.github.com>
Number of patches: 1

This is an automated relay of the Github pull request:
   BUILD: solaris: fix redefinition of queue struct

Patch title(s): 
   BUILD: solaris: fix redefinition of queue struct

Link:
   https://github.com/haproxy/haproxy/pull/2460

Edit locally:
   wget https://github.com/haproxy/haproxy/pull/2460.patch && vi 2460.patch

Apply locally:
   curl https://github.com/haproxy/haproxy/pull/2460.patch | git am -

Description:
   Compilation on solaris fails because the name 'queue' is reserved:
   > include/haproxy/queue-t.h:43:8: error: redefinition of ‘struct
   queue’
   
   This patch redefines 'queue' as '_queue' which fixes
   compilation for now.
   
   Future plan: rename 'queue' in code base
   so define can be removed again.
   
   Backporting: 2.9, 2.8

Instructions:
   This github pull request will be closed automatically; patch should be
   reviewed on the haproxy mailing list (haproxy@formilux.org). 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.

Reply via email to