>The same (adding '\r') must be done everywhere in the file (in functions
>dcc_parse_ssh_host, dcc_parse_tcp_host, ...)

I don't think this is the correct approach. Most likely, the file
handles (or sockets, whatever) need to be open in text mode, which will
do the conversion for you. I'm surprised since I thought it was the
default, at least when using cygwin. Maybe the files have been
explicitely opened as binary.

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

Reply via email to