Remove "big endian" DNS section and RR data integer parser macros from
authorWilliam Ahern <william@25thandclement.com>
Mon, 19 Jun 2006 06:41:55 +0000 (06:41 +0000)
committerWilliam Ahern <william@25thandclement.com>
Mon, 19 Jun 2006 06:41:55 +0000 (06:41 +0000)
commitd1ad89f943fa5abc98d8fd446d1869ac3bb363e3
tree05eb98a37b2bcee5637acb3205b44103eec6fead
parent70dbc3725d9d297e3caa30f65cb4137c93420ba4
Remove "big endian" DNS section and RR data integer parser macros from
ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C
operate on logical values. And in any event the octets are already in
big-endian (aka network) byte order so they're being reversed (thus the
source of the breakage).
CHANGES
ares_dns.h