Fix compilation on modern Linux platforms.
authorDaniel Drake <dan@reactivated.net>
Sat, 1 May 2010 08:17:09 +0000 (10:17 +0200)
committerRemco Rijnders <remmy@winter.webconquest.com>
Sat, 1 May 2010 08:17:09 +0000 (10:17 +0200)
commit01deed2d864586fd85326f5a34b090485b1deecf
tree81864ff14a2ff903ec41b82d78d27f21236383bb
parent13216269d3be0fa537aca170ee2474b7818bed7c
Fix compilation on modern Linux platforms.
Other operating systems should function as before, but Linux platforms
running glibc-2.1 or older will probably fail.
(we're talking glibc releases more than 10 years old)

Also fix a 64 bit typing error in the DNS resolution code.
Config
Makefile.dist
include/nameser.h
include/resolv.h
include/resolv_legacy.h [new file with mode: 0644]
src/Makefile
src/res.c
src/res_init.c
src/res_mkquery.c
src/s_bsd.c