CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/27 03:44:46
Modified files:
lib/libc/asr : asr.c asr_private.h getaddrinfo_async.c
res_search_async.c res_send_async.c
Log message:
Put a common flags field in the query struct, rather than in some
elements of the union.
This field is for internal asr flags. The flags in "struct rrset" and
"struct ni" are different kinds of flags.
ok eric@
