Fix an issue where the _res symbol is undeclared due to another symbol with
the same name somewhere else( I think). At least it works now.: git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3564 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
818066e6fc
commit
3ffe393cd6
@ -243,7 +243,8 @@ struct res_sym {
|
||||
char * humanname; /* Its fun name, like "mail exchanger" */
|
||||
};
|
||||
|
||||
extern struct __res_state _res;
|
||||
extern struct __res_state _resolver_configuration;
|
||||
|
||||
#ifdef INET6
|
||||
extern struct __res_state_ext _res_ext;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user