itojun
cbd684883f
change ai_addrlen to socklen_t. now it conforms to
draft-ietf-ipngwg-rfc2553bis-03.txt. backward compatibility concern: - should be safe to change signed to unsigned, as we never return negative value. - sizeof(int) is 4 for all archs, so there's no size change with socklen_t (= u_int32_t) commented by deraadt. |
24 years ago | |
---|---|---|
src | change ai_addrlen to socklen_t. now it conforms to | 24 years ago |