libjava/net/natInetAddress.cc uses inet_pton, not declared on irix6.2
Tom Tromey
tromey@redhat.com
Tue Apr 24 19:05:00 GMT 2001
>>>>> "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
More information about the Java
mailing list