[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.8'
Florian Forster
octo at verplant.org
Wed May 23 15:52:25 CEST 2018
Makefile.am | 3 +-
src/daemon/common.h | 3 +
src/libcollectdclient/collectd/stdendian.h | 262 ++++++++++++++++++++++++++++
src/libcollectdclient/network_parse.c | 2 +-
src/stdendian.h | 245 --------------------------
src/utils_config_cores_test.c | 2 +
6 files changed, 270 insertions(+), 247 deletions(-)
New commits:
commit cd59bf058d535d4eb77bac3d422b24810a52d8c0
Merge: 3bd4076 bded8bc
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date: Wed May 23 13:10:03 2018 +0200
Auto-Merge pull request #2793 from rpv-tomsk/fix-5.8
Automatically merged due to "Automerge" label
commit bded8bc1acf901fe15e88981fd00c1492a7fd2f2
Author: Dagobert Michelsen <dam at opencsw.org>
Date: Wed Mar 21 21:22:45 2018 +0100
Include kstat.h when available
commit f7626da470318fd60eef2dc21181985016dcd72b
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Wed May 16 13:24:55 2018 +0200
Fix make distcheck on Mac OS
CC src/libcollectdclient/libcollectdclient_la-network_parse.lo
../../src/libcollectdclient/network_parse.c:49:10: fatal error: 'stdendian.h' file not found
^~~~~~~~~~~~~
1 error generated.
Fixes #2608
commit 3bd40766566bc1a9699d0b0c3fca6c7f8ea1a4b0
Merge: dd35400 c7ab57a
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date: Wed May 23 11:15:47 2018 +0200
Auto-Merge pull request #2792 from rpv-tomsk/fix-5.8
Automatically merged due to "Automerge" label
commit c7ab57a44a8bbfc17fa4d184f2c66eae03451f2a
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Sun May 20 23:24:25 2018 +0700
Added missing include of "collectd.h"
This adressed to solve compilation issue on Solaris platform:
./src/config.h:1526:0: error: "_FILE_OFFSET_BITS" redefined [-Werror]
commit 0d86e9eb15e495c3a3ca806844f8264235ecf3ff
Author: Dagobert Michelsen <dam at opencsw.org>
Date: Thu May 3 12:42:28 2018 +0200
Add endianness checks for AIX
More information about the collectd-changes
mailing list