]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: http: fix isdigit & isspace warnings on Solaris
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Jul 2014 22:59:48 +0000 (00:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 7 Jul 2014 23:13:34 +0000 (01:13 +0200)
commit506c69a50e8d434b6b0c2c89b0402f220830644d
tree50bd3e69d76a95bd138e064ff69e3c27058c37ca
parentdc3d190b2ccec0ef2f7fbb5ce23e40ac50bcde7a
BUILD: http: fix isdigit & isspace warnings on Solaris

As usual, when touching any is* function, Solaris complains about the
type of the element being checked. Better backport this to 1.5 since
nobody knows what the emitted code looks like since macros are used
instead of functions.
src/proto_http.c