Deleted Added
full compact
25c25
< * $FreeBSD: head/lib/libc/resolv/res_state.c 157594 2006-04-08 18:19:35Z ume $
---
> * $FreeBSD: head/lib/libc/resolv/res_state.c 158792 2006-05-21 11:29:26Z ume $
88,96d87
<
< /* 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);