Code

configure: Define _REENTRANT when compiling on Solaris.
authorMathijs Möhlmann <collectd@mmrc.nl>
Tue, 22 Mar 2011 13:26:47 +0000 (14:26 +0100)
committerSebastian Harl <sh@teamix.net>
Thu, 2 Aug 2012 13:39:18 +0000 (15:39 +0200)
commit101c7c008fee8c3386628bce49af14b58845c69b
tree484754bfeff07345bf1fae8521b95e18776d3b74
parent4b3e4116a7c512b8e5ac660850a0a2cc6979fe3c
configure: Define _REENTRANT when compiling on Solaris.

On Wed, Mar 16, 2011 at 10:35:07AM +0100, Mathijs Möhlmann wrote:
> I'm using collectd 4.10.2 on Solaris 10 (gcc 3.4.6). Sometimes when I
> start with a clean rrd directory or add a host the .rrd file (rrdtools
> plugin) don't get created and I get the following message:
>
> collectd[2996]: [ID 702911 daemon.error] stat(/usr/local/var/lib/collectd/rrd/asterix/load/load.rrd) failed: Bad file number

This patch fixes this.

Signed-off-by: Sebastian Harl <sh@teamix.net>
configure.in