K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2020-04-18T23:46:58.384435Z K 7 svn:log V 193 Change the type of "len" to avoid warnings. The "len" variable is used as the last argument to getsockname(2) and accept(2). It was declared an "int" and this patch changes it to "socklen_t". END