K 10 svn:author V 3 dim K 8 svn:date V 27 2011-06-29T16:46:12.299731Z K 7 svn:log V 243 MFC r223579: For some reason, contrib/traceroute/traceroute.c ensures MAXHOSTNAMELEN is defined, but then proceeds to use a hardcoded maximum hostname length of 64 anyway. Fix this by checking against MAXHOSTNAMELEN instead. PR: bin/157732 END