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

Florian Forster octo at verplant.org
Mon Aug 15 20:08:54 CEST 2016


 configure.ac         |    1 +
 src/md.c             |    4 ++++
 src/utils_db_query.c |    4 ++--
 3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 9d3906a53e086d520b5ed71ca57118e8f589574b
Merge: a7b0cde 8d0b725
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu Aug 11 17:45:48 2016 +0200

    Merge branch 'collectd-5.4' into collectd-5.5

commit 8d0b7258dd4e4e850183ec8c73c67e4dc86464a8
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu Aug 11 17:44:42 2016 +0200

    md: fix deprecation warning with latest glibc
    
    md.c: In function ‘md_process’:
    md.c:120:3: warning: ‘__makedev_from_sys_types’ is deprecated:
      In the GNU C Library, `makedev' is defined by <sys/sysmacros.h>.
      For historical compatibility, it is currently defined by
      <sys/types.h> as well, but we plan to remove this soon.
      To use `makedev', include <sys/sysmacros.h> directly.
      If you did not intend to use a system-defined macro `makedev',
      you should #undef it after including <sys/types.h>.
      [-Wdeprecated-declarations]
       if (st.st_rdev != makedev (MD_MAJOR, minor))
       ^~
    In file included from /usr/include/features.h:397:0,
                     from /usr/include/bits/libc-header-start.h:33,
                     from /usr/include/stdio.h:28,
                     from ./daemon/collectd.h:34,
                     from md.c:22:

commit e5ec04602ccc08aa45d8a9e60d9bcb476d3f9655
Author: Florian Forster <octo at collectd.org>
Date:   Sat Aug 6 21:21:56 2016 +0200

    src/utils_db_query.c: Correctly handle return value of strjoin().
    
    It returns the number of bytes, not zero, on success. This fixes a
    bug introduced in 496ca2b758344bc6372ab0adf98ad8050f69b25a.




More information about the collectd-changes mailing list