CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/13 03:12:49
Modified files:
usr.bin/dig/lib/dns: compress.c name.c
usr.bin/dig/lib/dns/include/dns: name.h
Log message:
No need for "high performance" macros.
While here drop name_length() function and replace it with
name->length. (Found because clang now complained that we are dropping
a const qualifier).
