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

Florian Forster octo at verplant.org
Tue May 15 19:49:50 CEST 2007


 configure.in           |    2 ++
 src/collectd.h         |    2 +-
 src/common.c           |    4 ++++
 src/multimeter.c       |    7 ++++---
 src/network.c          |    4 ++++
 src/utils_debug.c      |    4 ++++
 src/utils_ignorelist.c |    4 ++++
 src/utils_mount.c      |    4 +++-
 8 files changed, 26 insertions(+), 5 deletions(-)

New commits:
commit 15e541d6bd585ff532c99b0c882339c3608c8be2
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue May 15 19:20:27 2007 +0200

    Include "config.h" rather than <config.h>.

commit 9e7918de3468233376be0cb0c7c7ab5a06ef8bce
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon May 14 20:57:03 2007 +0200

    [PATCH] Added large file support ("backported" to collectd-3).
    
    This adds large file support to collectd by using the AC_SYS_LARGEFILE macro
    in configure.in. In order to apply any necessary options to all parts of
    collectd, we have to make sure config.h is included in all source files
    (either directly or by including collectd.h) and before any other header files
    are included.
    
    This should fix http://bugs.debian.org/422212.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>




More information about the collectd-changes mailing list