This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] [MinGW] [4.0] FYI: Fix Socket read returns EOF when count == 0...
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, David Daney <ddaney at avtrex dot com>
- Date: 23 Mar 2005 13:31:46 -0700
- Subject: Re: [Patch] [MinGW] [4.0] FYI: Fix Socket read returns EOF when count == 0...
- References: <TNWJG2U94QLH32QLDHGLFA5NMZUNM.4240a31e@d7500>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> The following patch didn't seem to harm anything on the
Mohan> 4.0 branch, so I assumed that Tom's and Bryce's approval
Mohan> of David's POSIX version constituted approval for the Win32
Mohan> version of this as well and checked it in.
Yes, thanks for doing this.
Tom