natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).

1999-04-08  Geoff Berry  <gcb@gnu.org>
	* natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).
	* natPlainSocketImpl.cc (accept): Add missing else if check
	for AF_INET6.

From-SVN: r26297
This commit is contained in:
Geoff Berry
1999-04-08 13:22:59 +00:00
committed by Tom Tromey
parent 3fc5037bd1
commit 825bd5ae6f
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
1999-04-08 Geoff Berry <gcb@gnu.org>
* natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).
* natPlainSocketImpl.cc (accept): Add missing else if check
for AF_INET6.
1999-04-08 Tom Tromey <tromey@cygnus.com>
* java/lang/Long.java (parseLong): Corrected overflow detection