]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: don't use type "uint" which is not portable
authorWilly Tarreau <w@1wt.eu>
Wed, 28 May 2014 21:05:07 +0000 (23:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 28 May 2014 21:05:07 +0000 (23:05 +0200)
commitc874653bb45b101f50ea710576c7b47766874d1c
tree27bd5f05c27df222f57d5184f1a391de8e7ba0dd
parent2e85840266f056d7a51e885b03b50963209d7111
BUILD: don't use type "uint" which is not portable

Dmitry Sivachenko reported that "uint" doesn't build on FreeBSD 10.
On Linux it's defined in sys/types.h and indicated as "old". Just
get rid of the very few occurrences.
contrib/halog/halog.c
include/common/regex.h
src/regex.c
src/standard.c