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:
Niels Sascha Reedijk 2003-06-18 19:01:09 +00:00
parent 818066e6fc
commit 3ffe393cd6

View File

@ -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