I did, in another message, didn't I.
Anyway, in case it got lost:
extern const char *inet_ntop (int af, const void *restrict src,
^
"/usr/local/Floss/gnulib/testdir-posix/gltests/./../gllib/arpa/inet.h", line
129: error(235):
declaration is incompatible with
"const char *inet_ntop(int, const void *, char *, size_t)" (declared
at line 421 of "/usr/include/netdb.h")
For accept() it was 'just' a warning, not an error, so let's forget about this
for now.
Bye, Jojo
-----Original Message-----
From: Bruno Haible [mailto:[email protected]]
Sent: Monday, December 27, 2010 1:35 AM
To: Joachim Schmitz
Cc: [email protected]
Subject: Re: socket functions on HP-NonStop
Joachim Schmitz wrote:
> This doesn't seem to be sufficient, I still (or now? Not sure) get errors for
> inet_ntop() and accept():
>
> argument of type "socklen_t *" is incompatible with parameter of
> type "size_t *"
Can you give the complete error message, please? (Just to be sure that my
understanding of the problem is correct.)
Bruno