CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/20 07:18:10
Modified files:
lib/libc/asr : asr.c
regress/lib/libc/asr/bin: res_mkquery.c res_query.c
usr.sbin/smtpd : unpack_dns.c
Log message:
remove unused variable from all copies of _asr_strdname()
... including those inlined into print_dname(). This also fixes
-Wunused-but-set-variable warnings warnings in smtpd and smtpctl.
The code was imported with asr and then copied around.
ok deraadt@ guenther@
