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

Florian Forster octo at verplant.org
Mon Mar 31 15:51:15 CEST 2008


 configure.in   |    2 +-
 src/collectd.h |   18 ++++++++++++++++++
 src/common.c   |    5 +++--
 3 files changed, 22 insertions(+), 3 deletions(-)

New commits:
commit c42a2315b0b8fa86264c8202f661bef8e683ed20
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Mar 31 15:51:13 2008 +0200

    src/common.c: Make really sure BYTE_ORDER and BIG_ENDIAN are defined.
    
    If both, BYTE_ORDER and BIG_ENDIAN, are undefined, the statement
      #if BYTE_ORDER == BIG_ENDIAN
    will be evaluated to `true', which may cause `ntohll' and `htonll' to behave
    weird.




More information about the collectd-changes mailing list