···11+// This function is called from _gai_addr_sort()
22+// No implementation seems to be available.
33+44+int sa_dst_compare()
55+{
66+ return 0;
77+}
···11+// Modified by Lubos Dolezel for Darling build
12/*
23 * Copyright (c) 2008-2011 Apple Inc. All rights reserved.
34 *
···217218218219 if (_mdns_debug & MDNS_DEBUG_STDOUT) fprintf(stdout, "%s", out);
219220 if (_mdns_debug & MDNS_DEBUG_STDERR) fprintf(stderr, "%s", out);
221221+#ifndef DARLING // No ASL in Darling yet
220222 if (_mdns_debug & MDNS_DEBUG_ASL) asl_log_message(ASL_LEVEL_NOTICE, "%s", out);
223223+#endif
221224 free(out);
222225223226 va_end(v);