Laurens Wagemakers <l(dot)wagemakers(at)truston(dot)com> writes:
> extern int accept(int, struct sockaddr *, Psocklen_t);
Hmm. The comments in configure have
# Solaris 7 and 8 have arg3 as 'void *' (disguised as 'Psocklen_t'
# which is *not* 'socklen_t *'). If we detect that, then we assume
# 'int' as the result, because that ought to work best.
So what is Psocklen_t now?
regards, tom lane