On 24/04/18 20:08, Bruno Haible wrote:
Tom G. Christensen wrote:
This testcase uses SO_REUSEPORT which is not available everywhere.
From Solaris 9:
test-getsockname.c: In function 'open_server_socket':
test-getsockname.c:43:30: error: 'SO_REUSEPORT' undeclared (first use in
this function)
setsockopt (s, SOL_SOCKET, SO_REUSEPORT, &x, sizeof (x));
^
test-getsockname.c:43:30: note: each undeclared identifier is reported
only once for each function it appears in
Thanks for the report. This should fix it:
<snip>
Confirmed, thanks!
-tgc