K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2011-08-21T01:32:47.254447Z
K 7
svn:log
V 314
Fix warning suppression in getnameinfo replacement

When lengths that may be 0 are cast to unsigned before subtracting
one, we may get underflow.  Move the subtraction to an addition on
the other side of the comparison.  Use const void * as the cast for
calling gethostbyaddr, since it's more general than char *.

END
