This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Patch for fhandler_tty.cc
- From: Mark Paulus <mark dot paulus at mci dot com>
- To: "cygwin at cygwin dot com" <cygwin at cygwin dot com>
- Date: Thu, 07 Oct 2004 11:11:09 -0600
- Subject: Re: Patch for fhandler_tty.cc
Corinna,
Thanks for applying this, and I apologize for not following
protocol. Subsequent patches will go to cygwin-patches,
and will be accompanied by ChangeLog entries as well.
On Thu, 07 Oct 2004 10:01:49 +0200, Corinna Vinschen wrote:
>On Oct 6 12:10, Mark Paulus wrote:
>> --- fhandler_tty_old.cc 2004-10-06 12:05:54.196444800 -0600
>> +++ fhandler_tty.cc 2004-10-06 12:06:13.465645500 -0600
>> @@ -766,7 +766,7 @@ fhandler_tty_slave::read (void *ptr, siz
>> w4[0] = signal_arrived;
>> w4[1] = input_available_event;
>>
>> - DWORD waiter = !ptr ? 0 : INFINITE;
>> + DWORD waiter = time_to_wait;
>> while (len)
>> {
>> rc = WaitForMultipleObjects (2, w4, FALSE, waiter);
>Looks good. I've applied it. Just a matching ChangeLog entry would
>have been nice.
>Thanks,
>Corinna
>--
>Corinna Vinschen Please, send mails regarding Cygwin to
>Cygwin Project Co-Leader mailto:cygwin@cygwin.com
>Red Hat, Inc.
>--
>Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
>Problem reports: http://cygwin.com/problems.html
>Documentation: http://cygwin.com/docs.html
>FAQ: http://cygwin.com/faq/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/