bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fix malfunction of socket functions on HP-UX in 64-bit mode


From: Tom G. Christensen
Subject: Re: fix malfunction of socket functions on HP-UX in 64-bit mode
Date: Wed, 25 Apr 2018 18:21:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]