write_sensu: remove custom asprintf implementation
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 13:02:33 +0000 (14:02 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 13:02:33 +0000 (14:02 +0100)
commitf6b065e5dc862010ee54f14c68ce75d695fdfcbd
treeaac1752733120b5e6aeafdf091248b77b700889a
parent11733d9b2702d81c1e75edaea277afac178d2717
write_sensu: remove custom asprintf implementation

This was guarded by HAVE_ASPRINTF, but we never had a configure check
for asprintf (or vasprintf).

This only turned up when I made the function static, since they now
clash with the prototypes in stdio.h on FreeBSD.

As far as I know all the platforms we build on have these functions.
If this turns out to be not the case, we can always add compat functions
to our utilies later.

For now, this fixes the build on FreeBSD.
src/write_sensu.c