summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21b429b)
raw | patch | inline | side by side (parent: 21b429b)
author | gkos <danielhilst@gmail.com> | |
Wed, 13 Mar 2013 16:19:04 +0000 (13:19 -0300) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 29 Mar 2013 20:29:42 +0000 (13:29 -0700) |
before defining it. I have to to this to get it compiled on AIX6
Signed-off-by: Florian Forster <octo@collectd.org>
Signed-off-by: Florian Forster <octo@collectd.org>
src/libcollectdclient/network_buffer.c | patch | blob | history |
index acbe93f51c050093ea3214819058049074542298..7b06620479fafb6e369b0e05162a5963b9e44cc7 100644 (file)
#endif
} /* }}} _Bool have_gcrypt */
+#ifndef HAVE_HTONLL
static uint64_t htonll (uint64_t val) /* {{{ */
{
static int config = 0;
return ((((uint64_t) lo) << 32) | ((uint64_t) hi));
} /* }}} uint64_t htonll */
+#endif
static double htond (double val) /* {{{ */
{