NetBSD/lib/libc/resolv
christos 2cca8c559f Bring back binary compatibility with the previous version of the resolver.
There was no room to allocate 16 bytes for _rnd in the struct in the _LP64
case, so we dynamically allocate now. Also put the _rnd field last, so that
we are bitwise compatible too. Now of course we've run out of space, so
next time will need to perform more evil tricks to fit.
2009-04-20 14:42:12 +00:00
..
Makefile.inc
__dn_comp.c
__res_close.c
__res_send.c
h_errno.c
herror.c merge libbind and bump. 2009-04-12 17:07:16 +00:00
mtctxres.c
res_comp.c merge libbind and bump. 2009-04-12 17:07:16 +00:00
res_compat.c
res_data.c fix lint issues and actual bugs lint found (missing break statements) 2009-04-12 19:43:37 +00:00
res_debug.c merge libbind and bump. 2009-04-12 17:07:16 +00:00
res_debug.h libc portion of libbind from external/bsd/libbind 2009-04-12 16:35:44 +00:00
res_init.c Bring back binary compatibility with the previous version of the resolver. 2009-04-20 14:42:12 +00:00
res_mkquery.c fix lint issues and actual bugs lint found (missing break statements) 2009-04-12 19:43:37 +00:00
res_private.h libc portion of libbind from external/bsd/libbind 2009-04-12 16:35:44 +00:00
res_query.c merge libbind and bump. 2009-04-12 17:07:16 +00:00
res_send.c merge libbind and bump. 2009-04-12 17:07:16 +00:00
res_state.c merge christos-time_t 2009-01-11 02:45:45 +00:00