]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: stdbool is not portable
authorWilly Tarreau <w@1wt.eu>
Wed, 5 Dec 2012 22:01:12 +0000 (23:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Dec 2012 22:01:12 +0000 (23:01 +0100)
commit4445502351c5684247b0d14e2843177c72b9480b
treed099ff3aea803036ee10075704bbadacbc018b1a
parentaf9619da3ee527671bb69250bbd6eabb2cff8c57
BUILD: stdbool is not portable

Benjamin Polidore reported a build issue on Solaris with gcc 4.2.4 where
stdbool is not usable without c99. It only appeared at one location in
dumpstats and is totally useless, let's use the more common and portable
int as everywhere else.
src/dumpstats.c