]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUILD] pattern: use 'int' instead of 'int32_t'
authorWilly Tarreau <w@1wt.eu>
Sun, 14 Nov 2010 13:24:27 +0000 (14:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 14 Nov 2010 13:24:27 +0000 (14:24 +0100)
commitb695a6e5fad47a485d63642f98c86ad758e48002
tree9695fc3ecc2ca513b997a9eebc4d2bf1176ed958
parent0a6b1fda03376881565acd784d0a0d0fd0904fe5
[BUILD] pattern: use 'int' instead of 'int32_t'

Ross West reported that int32_t breaks compilation on FreeBSD. Since an
int is 32-bit on all supported platforms and we already rely on that,
change the type.
include/types/pattern.h