[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Dec 30 17:14:38 CET 2008
src/libcollectdclient/client.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
New commits:
commit 924a111c2d04aa8ff3386805f0fb022fe4f8f7b1
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date: Tue Dec 30 16:46:38 2008 +0100
libcollectdclient: Don't use `PF_UNIX', it's broken on Mac OS X.
Under Mac OS X (10.4, possibly others), PF_UNIX is defined as PF_LOCAL, which
in turn is defined as AF_LOCAL. AF_LOCAL, however, is only defined if
POSIX_C_SOURCE is not.
More information about the collectd-changes
mailing list