This is the mail archive of the java@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: libjava/net/natInetAddress.cc uses inet_pton, not declared on irix6.2


>>>>> "Kaveh" == Kaveh R Ghazi <ghazi@caip.rutgers.edu> writes:

Kaveh> Anyway, Ok to install the following on the trunk and branch?

Kaveh> 2001-04-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
Kaveh> 	* java/net/natInetAddress.cc (java::net::InetAddress::aton):
Kaveh> 	Wrap use of inet_pton in HAVE_INET6.

Kaveh> -#ifdef HAVE_INET_PTON
Kaveh> +#if defined(HAVE_INET_PTON) && defined (HAVE_INET6)

This is missing a space before the first '('.
Other than that pedantic nit, this is great.  Thanks!

Tom


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