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

Florian Forster octo at verplant.org
Fri Feb 27 14:11:23 CET 2009


 src/oracle.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e1e33fa276c657f0f0f91f60155a99017fbef72b
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Feb 27 14:09:12 2009 +0100

    oracle plugin: Fix type size issue under 64bit systems.
    
    Under 64bit systems, `ub4' is of a different size than `size_t', so that a
    `(size_t *)' cannot be casted to a `(ub4 *)' automatically.




More information about the collectd-changes mailing list