configure: check socklen_t as int first
OS/2 socket APIs use int not unsigned int in place of socklen_t. As
a result, compilation is stopped at function call requiring socklen_t *
because of type mismatch between int * and unsigned int *.
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
Loading
Please register or sign in to comment