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:
parent
662c015f8a
commit
58a5c4bb6e
@ -243,7 +243,7 @@ struct res_sym {
|
||||
char * humanname; /* Its fun name, like "mail exchanger" */
|
||||
};
|
||||
|
||||
extern struct __res_state _resolver_configuration;
|
||||
extern struct __res_state _res;
|
||||
|
||||
#ifdef INET6
|
||||
extern struct __res_state_ext _res_ext;
|
||||
|
Loading…
Reference in New Issue
Block a user