Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 761352
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- a/libmysql/dns_srv.cc
0
++ b/libmysql/dns_srv.cc
Lines 37-42 Link Here
37
#include <netdb.h>
37
#include <netdb.h>
38
#include <resolv.h>
38
#include <resolv.h>
39
39
40
/* we don't have anything else but the non-tread-safe variants */
41
#define res_ninit(X)              (void)X
42
#define res_nclose(X)             (void)X
43
#define res_nsearch(X,D,I,S,B,L)  res_search(D,I,S,B,L)
44
40
// POSIX version
45
// POSIX version
41
46
42
static bool get_dns_srv(Dns_srv_data &data, const char *dnsname, int &error) {
47
static bool get_dns_srv(Dns_srv_data &data, const char *dnsname, int &error) {

Return to bug 761352