On  2 Oct 2003, Dimitri Papadopoulos-Orfanos <[EMAIL PROTECTED]> wrote:

> At least please fix the following changes:
> * in util.c
>       int dcc_exit(int exitcode)
>   should be changed to
>       void dcc_exit(int exitcode)
> * in dparent.c variable 'severity' should be moved inside the #ifdef
> * in serve.c variable 'newpath' should be discarded

Thanks, these are all done in cvs except

> * type of 'addrlen' argument in socket functions should be queried
>   by autoconf (I think there's already a macro available in autoconf)
>   as it can be either of int, size_t, or socklen_t depending on the
>   backward compatibility policies of the operating system.

There is no standard test that I can see, and Samba's codebase doesn't
seem to handle it.

-- 
Martin 
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc

Reply via email to