]> 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>
Wed, 31 Oct 2007 07:51:42 +0000 (08:51 +0100)
commitacf7e9bc491e791897907b64cf7e90c0a042bb6f
tree70db3895eb791e280a43bc77791515db499a30eb
parentd4e1b5ffa570e1a0019af3534d5923a6665c7419
[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