]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: tools: remove obsolete and conflicting trace() from standard.c
authorWilly Tarreau <w@1wt.eu>
Tue, 3 Mar 2020 16:06:52 +0000 (17:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Mar 2020 16:46:37 +0000 (17:46 +0100)
commit55a6c4f34de59cc3d5d5079968e382c6fc303ef9
tree81f3ba002089bc48bf46d1208aa08d865963255e
parent27d00c01670ea1ea1f41fefe7adf1229e5c62f68
BUILD: tools: remove obsolete and conflicting trace() from standard.c

Since commit 4c2ae48375 ("MINOR: trace: implement a very basic trace()
function") merged in 2.1, trace() is an inline function. It must not
appear in standard.c anymore and may break build depending on includes.

This can be backported to 2.1.
src/standard.c