[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.0'
Florian Forster
octo at verplant.org
Sun Sep 2 17:55:42 CEST 2007
configure.in | 2 ++
src/common.c | 9 +++++++--
2 files changed, 9 insertions(+), 2 deletions(-)
New commits:
commit 32957f99ace1cb96afbbcebe6a5ae07df0f89013
Merge: fa7db5e964775dc39e71661884de9f4f8bde7ef6 39ab70bc40bb5e68c970b694c52c832ddfd5303a
Author: Florian Forster <octo at huhu.verplant.org>
Date: Sun Sep 2 17:55:38 2007 +0200
Merge branch 'pull/collectd-4.0' into collectd-4.0
commit fa7db5e964775dc39e71661884de9f4f8bde7ef6
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Sep 2 16:24:28 2007 +0200
Added the AC_FUNC_STRERROR_R check.
Even though Posix requires "strerror_r" to return an "int", some systems
(e.g. the GNU libc) return a "char *" _and_ ignore the second argument.
sstrerror() (in src/common.c) has been changed to be aware of this and
handle both cases correctly.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list