natInetAddress.cc (aton): Fix typos.
authorBryce McKinlay <bryce@albatross.co.nz>
Fri, 11 Jun 1999 01:38:08 +0000 (01:38 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Fri, 11 Jun 1999 01:38:08 +0000 (02:38 +0100)
commit53dfe2970af0655b568d1986d3fb36fed93c0e6c
treedb3e2be0d843da62dfa2e96460604e158facfd9c
parentb312276f5be691c10989fa5e799ee52d846b85db
natInetAddress.cc (aton): Fix typos.

        * java/net/natInetAddress.cc (aton): Fix typos.
        (lookup): Use a bigger buffer size for gethostbyname_r on all
        versions of glibc. Updated FIXME comment explaining this.
        Modified while loops to not set herr = ERANGE to work around glibc
        problems. Use user specified hostname in InetAddress result when
        available (consistent with JDK).

From-SVN: r27484
libjava/ChangeLog
libjava/java/net/natInetAddress.cc