]> git.kaiwu.me - haproxy.git/commit
[CLEANUP] silent warning about LIST_* being redefined on OpenBSD
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 10:41:06 +0000 (11:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Nov 2007 22:13:21 +0000 (23:13 +0100)
commit47c76d937d25bfdc25b0a338757858c66cfcdd3c
treec07a1a723fe2cf859539bf0d3babfc14e72d2c48
parent9ec114a7298d6f2f8b4c54927d9ae0a3f9edacda
[CLEANUP] silent warning about LIST_* being redefined on OpenBSD

Building ev_kqueue on OpenBSD causes some warnings to occur,
because OpenBSD also uses LIST_* macros in sys/queue.h, included
from sys/event.h. Simply undefine those macros since we don't
need them.
(cherry picked from commit bd578bbe1a73e656b7297d416e47635bea4c5045)
include/common/mini-clist.h