[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.2'
Florian Forster
octo at verplant.org
Thu Dec 27 11:24:44 CET 2007
src/Makefile.am | 5 ++++-
src/utils_mount.c | 6 ++++++
2 files changed, 10 insertions(+), 1 deletion(-)
New commits:
commit c96e6f04275cad2ba1622555f3f4e58bda4d92df
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Dec 19 20:37:30 2007 +0100
utils_mount.c: Fixed an unused variable warning on some systems.
This warning appeared on systems using listmntent() or getv?fsstat() when
compiling with debugging disabled only. It was caused by the declaration of a
character array for use with sstrerror() inside a call to DEBUG().
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 74bac9bc5636248e0daef5d64ed9fb0082f581d1
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Dec 19 20:36:40 2007 +0100
src/Makefile.am: Use curl CFLAGS when building the nginx plugin.
Else curl/curl.h cannot be found in non-standard places at build time.
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