]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD/MINOR: tools: rename popcount to my_popcountl
authorDavid Carlier <devnexen@gmail.com>
Thu, 2 Jul 2015 07:00:17 +0000 (07:00 +0000)
committerWilly Tarreau <w@1wt.eu>
Thu, 2 Jul 2015 09:32:25 +0000 (11:32 +0200)
commite6c39416682863d1eaee3acd45ccaadf96f76b12
tree17875f8e7a468e0bac8e1d2443a00f720b7b14ef
parentae6d39af9cfe58241228f9baf149ca8c477a5964
BUILD/MINOR: tools: rename popcount to my_popcountl

This is in order to avoid conflicting with NetBSD popcount* functions
since 6.x release, the final l to mentions the argument is a long like
NetBSD does.

This patch could be backported to 1.5 to fix the build issue there as well.
include/common/standard.h
src/cfgparse.c