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]

Re: 3.0.1 PATCH: Allow java/net/natPlainDatagramSocketImpl.cc to compile on Tru64 UNIX V5.1


>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:

Rainer> natPlainDatagramSocketImpl.cc failed to compile on Tru64 UNIX
Rainer> V5.1 since <netinet/in6.h> didn't define the old RFC 2133
Rainer> socket options IPV6_{ADD, DROP}_MEMBERSHIP, while e.g. Solaris
Rainer> 8 kept them for backwards compatibility.  The following patch
Rainer> fixes this, allowing the file to compile on either platform.

Rainer> Ok for branch and mainline?

Definitely ok for the main line.

Is this all that prevents libgcj from building on Tru64 Unix?
If so then I agree it should go on the branch.
Otherwise I think we ought to wait to see if (1) more patches to fix
Tru64 builds are forthcoming and (2) how complex the follow-on patches
are.

Thanks,
Tom


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