This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: unidiff version of the last patch I submitted
- From: Tom Tromey <tromey at redhat dot com>
- To: alk at pobox dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: 05 Jul 2002 23:20:12 -0600
- Subject: Re: unidiff version of the last patch I submitted
- References: <15654.22834.417074.772223@spanky.love.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Tony" == Tony Kimball <alk@pobox.com> writes:
Tony> As per request, the unidiff version is attached.
Tony> -else
Tony> +#else
I'm checking this part in immediately. Oops!
Other parts need more review. I do have a couple questions:
* Why use NATIVE_CLOSE and not the existing close() function?
* I thought we had set up things in SocketImpl so that the `fd' field
was never actually used. So I'd guess that the new methods don't
actually do anything. Am I wrong about this?
Tom