CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2015/08/17 04:48:10
Modified files: usr.bin/whois : whois.c Log message: Fix whois server detection for new TLDs using whois.nic.<domain> where <domain> has an old TLD as a substring. Specifically, fixes .network lookups. While there, simplify a strlcpy+strlcat to snprintf. ok millert@ phessler@