This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [libjava] Restore HAVE_INET6 tests (PR libgcj/52645)
- From: Tom Tromey <tromey at redhat dot com>
- To: Rainer Orth <ro at CeBiTec dot Uni-Bielefeld dot DE>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 05 Apr 2012 13:28:18 -0600
- Subject: Re: [libjava] Restore HAVE_INET6 tests (PR libgcj/52645)
- References: <yddobr7pw9b.fsf@manam.CeBiTec.Uni-Bielefeld.DE>
>>>>> "Rainer" == Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:
Rainer> 2012-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Rainer> PR libgcj/52645
Rainer> * gnu/java/net/natPlainDatagramSocketImplPosix.cc (setOption):
Rainer> Restore HAVE_INET6 check.
Rainer> * gnu/java/net/natPlainDatagramSocketImplWin32.cc (setOption):
Rainer> Likewise.
This is ok.
Tom