[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Sat Jan 31 23:56:57 CET 2009


 configure.in    |    2 +-
 src/processes.c |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

New commits:
commit d99dc6b0dc0f4f096ebb93c827a0cea2fd4e09e2
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jan 31 23:55:30 2009 +0100

    processes plugin: Make sure ARG_MAX is defined.
    
    Apparently the GNU libc 2.8 removed the macro for some unholy reason. We
    either use `sysconf(3)' transparently (if available) or 4kByte (the
    POSIX minimum).
    
    Thanks to dD0T for reporting the problem :)




More information about the collectd-changes mailing list