glibc/resolv/nss_dns
Noah Goldstein 535e935a28 Replace {u}int_fast{16|32} with {u}int32_t
On 32-bit machines this has no affect. On 64-bit machines
{u}int_fast{16|32} are set as {u}int64_t which is often not
ideal. Particularly x86_64 this change both saves code size and
may save instruction cost.

Full xcheck passes on x86_64.
2022-04-13 21:23:04 -05:00
..
dns-canon.c Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
dns-host.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dns-network.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00