ares_parse_mx_reply.c (c-ares-1.17.1) | : | ares_parse_mx_reply.c (c-ares-1.17.2) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
#ifdef HAVE_NETINET_IN_H | #ifdef HAVE_NETINET_IN_H | |||
# include <netinet/in.h> | # include <netinet/in.h> | |||
#endif | #endif | |||
#ifdef HAVE_NETDB_H | #ifdef HAVE_NETDB_H | |||
# include <netdb.h> | # include <netdb.h> | |||
#endif | #endif | |||
#ifdef HAVE_ARPA_INET_H | #ifdef HAVE_ARPA_INET_H | |||
# include <arpa/inet.h> | # include <arpa/inet.h> | |||
#endif | #endif | |||
#ifdef HAVE_ARPA_NAMESER_H | ||||
# include <arpa/nameser.h> | #include "ares_nameser.h" | |||
#else | ||||
# include "nameser.h" | ||||
#endif | ||||
#ifdef HAVE_ARPA_NAMESER_COMPAT_H | ||||
# include <arpa/nameser_compat.h> | ||||
#endif | ||||
#include "ares.h" | #include "ares.h" | |||
#include "ares_dns.h" | #include "ares_dns.h" | |||
#include "ares_data.h" | #include "ares_data.h" | |||
#include "ares_private.h" | #include "ares_private.h" | |||
int | int | |||
ares_parse_mx_reply (const unsigned char *abuf, int alen, | ares_parse_mx_reply (const unsigned char *abuf, int alen, | |||
struct ares_mx_reply **mx_out) | struct ares_mx_reply **mx_out) | |||
{ | { | |||
End of changes. 1 change blocks. | ||||
8 lines changed or deleted | 2 lines changed or added |