DragonFly-2.1.1.177.g21fcee master contrib/bind-9.3/lib/bind/include/isc list.h contrib/bind-9.3/lib/bind/inet inet_addr.c inet_cidr_pton.c inet_lnaof.c inet_makeaddr.c inet_net_pton.c inet_neta.c inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c nsap_addr.c contrib/bind-9.3/lib/bind/isc ev_streams.c ev_timers.c eventlib_p.h contrib/bind-9.3/lib/bind/nameser ns_print.c ns_samedomain.c contrib/bind-9.3/lib/bind/resolv herror.c mtctxres.c res_comp.c res_data.c res_debug

Hasso Tepper hasso at estpak.ee
Thu Jan 1 02:46:41 PST 2009


.c res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c res_query.c res_send.c res_update.c include Makefile include/arpa inet.h nameser.h nameser_compat.h include netdb.h res_update.h resolv.h lib/libc Makefile.inc lib/libc/include/isc platform.h lib/libc/include port_after.h port_before.h lib/libc/net Makefile.inc gai_strerror.c getaddrinfo.3 getaddrinfo.c gethostbydns.c gethostbyht.c gethostbyname.3 gethostbynis.c gethostnamadr.c getnameinfo.3 getnameinfo.c getnetbydns.c getnetb
 yht.c getnetbynis.c getnetnamadr.c herror.c inet_addr.c inet_lnaof.c inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c name6.c netdb_private.h ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_comp.c res_config.h res_data.c res_debug.c res_init.c res_mkquery.c res_mkupdate.c res_query.c res_send.c res_update.c lib/libc/resolv Makefile.inc h_errno.c res_state.c
Date: Thu, 1 Jan 2009 12:45:18 +0200
BestServHost: crater.dragonflybsd.org
List-Post: <mailto:commits at crater.dragonflybsd.org>
List-Subscribe: <mailto:commits-request at crater.dragonflybsd.org?body=subscribe>
List-Unsubscribe: <mailto:commits-request at crater.dragonflybsd.org?body=unsubscribe>
List-Help: <mailto:commits-request at crater.dragonflybsd.org?body=help>
List-Owner: <mailto:owner-commits at crater.dragonflybsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <200812280421.mBS4L5mE085303 at crater.dragonflybsd.org>
In-Reply-To: <200812280421.mBS4L5mE085303 at crater.dragonflybsd.org>
Sender: commits-errors at crater.dragonflybsd.org
Errors-To: commits-errors at crater.dragonflybsd.org
Lines: 19
NNTP-Posting-Host: 216.240.41.25
X-Trace: 1230806878 crater_reader.dragonflybsd.org 880 216.240.41.25
Xref: crater_reader.dragonflybsd.org dragonfly.commits:20081

Peter Avalos wrote:
> Use BIND's resolver in libc.
>
> This also syncs some code from FreeBSD bringing along bug fixes and
> more thread-safe routines.

$ cat test.c
char inet_ntop();
int main (void) { inet_ntop(); return 0; }
$ gcc -o test test.c
/tmp//ccA28Zle.o: In function `main':
test.c:(.text+0x12): undefined reference to `inet_ntop'
$

This isn't funny ...


-- 
Hasso Tepper





More information about the Commits mailing list