commit | 463ae6f09e485faf3d1cdc4daceefe4bcd50b50e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 08 00:59:48 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 08 01:17:14 2014 +0200 |
tree | f803567b719729777fc351e7838b1b899b207c05 | |
parent | 9fe4cb64cd9514a72bcd4b2fd8781620da9e1f76 [diff] |
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. (cherry picked from commit 506c69a50e8d434b6b0c2c89b0402f220830644d)