"Martin A. Marques" <[EMAIL PROTECTED]> writes:
> Well, mine looks like:
> extern int accept(int, struct sockaddr *, Psocklen_t);

> This is what I have in the configure:
> extern accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, 
> $ac_cv_func_accept_arg3 *);

Hmm ... is it possible that his compiler distinguishes between
"extern int foo(...)" and "extern foo(...)" ?  Why don't we
have the return type there, anyway?

                        regards, tom lane

Reply via email to