Rollback to original xBSD DNS resolver implementation _res global variable name.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3570 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -243,7 +243,7 @@ struct res_sym {
|
|||||||
char * humanname; /* Its fun name, like "mail exchanger" */
|
char * humanname; /* Its fun name, like "mail exchanger" */
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct __res_state _resolver_configuration;
|
extern struct __res_state _res;
|
||||||
|
|
||||||
#ifdef INET6
|
#ifdef INET6
|
||||||
extern struct __res_state_ext _res_ext;
|
extern struct __res_state_ext _res_ext;
|
||||||
|
|||||||
Reference in New Issue
Block a user