]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: freebsd: double declaration
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 3 Nov 2015 18:17:37 +0000 (19:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Nov 2015 00:15:02 +0000 (01:15 +0100)
commit1db96672c4cd264ebca8197bec93a5ce1b23aaa9
tree2d67c45cc07fbdd4f44e42df8bb4f7a64525c8d0
parentc93242cab986087f06a4655d14fec18eecb7f5f4
BUILD: freebsd: double declaration

On freebsd, the macro LIST_PREV already exists in the header file
<sys/queue.h>, and this makes a build error.

This patch removes the macros before declaring it. This ensure
that the error doesn't occurs.
include/common/mini-clist.h