Nuke some compatibility crufts of resolver for 6.X and earlier.
X-MFC after: never
This commit is contained in:
parent
1bdf356bd3
commit
473c8b2ecf
@ -54,11 +54,8 @@ FBSD_1.0 {
|
||||
p_secstodate;
|
||||
__res_init;
|
||||
__res_randomid;
|
||||
___res;
|
||||
___res_ext;
|
||||
__h_errno;
|
||||
__h_errno_set;
|
||||
__h_error;
|
||||
h_errno;
|
||||
res_init;
|
||||
__res_findzonecut2;
|
||||
|
@ -44,6 +44,3 @@ __h_errno_set(res_state res, int err)
|
||||
{
|
||||
h_errno = res->res_h_errno = err;
|
||||
}
|
||||
|
||||
/* binary backward compatibility for FreeBSD 5.x and 6.x */
|
||||
__weak_reference(__h_errno, __h_error);
|
||||
|
@ -85,12 +85,3 @@ __res_state(void)
|
||||
free(statp);
|
||||
return (&_res);
|
||||
}
|
||||
|
||||
/* binary backward compatibility for FreeBSD 5.x and 6.x */
|
||||
struct __res_state_ext *
|
||||
___res_ext(void)
|
||||
{
|
||||
return (__res_state()->_u._ext.ext);
|
||||
}
|
||||
|
||||
__weak_reference(__res_state, ___res);
|
||||
|
Loading…
Reference in New Issue
Block a user