This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Moving native code in java.net into architecture dependant files - updated patch


> Am Montag, 24. März 2003 12:27 schrieb Richard Earnshaw:
> >  2003-03-17  Michael Koch  <konqueror at gmx dot de>
> >
> > +	* configure.in: Create links to architecture dependent files,
> > +	introduced PLATFORMNET variable (set to NoNet for newlib usage).
> > +	* configure: Regenerated.
> > +	* java/net/natInetAddressNoNet.cc,
> > +	java/net/natInetAddressPosix.cc,
> > +	java/net/natInetAddressWin32.cc,
> > +	java/net/natNetworkInterfaceNoNet.cc,
> > +	java/net/natNetworkInterfacePosix.cc,
> > +	java/net/natNetworkInterfaceWin32.cc,
> > +	java/net/natPlainDatagramSocketImplNoNet.cc,
> > +	java/net/natPlainDatagramSocketImplPosix.cc,
> > +	java/net/natPlainDatagramSocketImplWin32.cc,
> > +	java/net/natPlainSocketImplNoNet.cc,
> > +	java/net/natPlainSocketImplPosix.cc,
> > +	java/net/natPlainSocketImplWin32.cc: New files.
> 
> I hate that news.
Don't we all :-(

> 
> I have made a patch for you. Can you please test it and tell me if its 
> wourking now ?

What about the natPlainSocketImpl problem (problem 3 in previous mail)?

R.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]