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

Florian Forster octo at verplant.org
Sun Feb 1 00:34:11 CET 2009


 src/processes.c |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 42f7cda0cc181fb90bbe7c8c892c451914b72fd4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 1 00:32:12 2009 +0100

    processes plugin: Fix the ARG_MAX stuff yet again.
    
    The `sysconf' approach does not work when doing something like
      char cmdline[ARG_MAX];
    which is exactly what was done in the processes plugin.
    
    Just use 4k whenever the define is not available - ought to be enough
    for anybody! ;)




More information about the collectd-changes mailing list