X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_dns.c;h=89c03203f6bc2a4916a15722ab3f1048b170acfd;hb=217ab3ec487b9dfdd09ef04cd42d28b421e266ce;hp=e9aec38f6b8a010b6510652eb72cb6971c533bf7;hpb=07d5fdf21191d401d5ad06f49d689b6cdeda1635;p=collectd.git diff --git a/src/utils_dns.c b/src/utils_dns.c index e9aec38f..89c03203 100644 --- a/src/utils_dns.c +++ b/src/utils_dns.c @@ -110,7 +110,7 @@ # define PPP_CONTROL_VAL 0x03 /* The control byte value */ #endif -#ifdef __linux__ +#ifndef __FAVOR_BSD #define uh_sport source #define uh_dport dest #endif