commit | 1db96672c4cd264ebca8197bec93a5ce1b23aaa9 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Tue Nov 03 19:17:37 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 06 01:15:02 2015 +0100 |
tree | 2d67c45cc07fbdd4f44e42df8bb4f7a64525c8d0 | |
parent | c93242cab986087f06a4655d14fec18eecb7f5f4 [diff] |
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.