Deleted Added
full compact
1c1
< /* $FreeBSD: head/lib/libc/net/getaddrinfo.c 74393 2001-03-17 14:25:23Z ume $ */
---
> /* $FreeBSD: head/lib/libc/net/getaddrinfo.c 78012 2001-06-10 20:25:24Z ume $ */
82d81
< * - EDNS0 support is not available due to resolver differences
103a103,105
> #ifdef DEBUG
> #include <syslog.h>
> #endif
1720a1723,1724
> if (n > 0 && (_res.options & RES_USE_EDNS0) != 0)
> n = res_opt(n, buf, sizeof(buf), anslen);