[kaffe] CVS kaffe (stack): Fix InetAddressImpl.c compilation error

Kaffe CVS cvs-commits at kaffe.org
Wed Sep 17 08:00:03 PDT 2003


PatchSet 4043 
Date: 2003/09/17 14:57:39
Author: stack
Branch: HEAD
Tag: (none) 
Log:
Fix InetAddressImpl.c compilation error

Members: 
	ChangeLog:1.1639->1.1640 
	libraries/clib/net/InetAddressImpl.c:1.18->1.19 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1639 kaffe/ChangeLog:1.1640
--- kaffe/ChangeLog:1.1639	Tue Sep 16 19:23:35 2003
+++ kaffe/ChangeLog	Wed Sep 17 14:57:39 2003
@@ -1,3 +1,8 @@
+2003-09-17  Timothy S. Stack <stack at cs.utah.edu>
+
+	* libraries/clib/net/InetAddressImpl.c:
+	Fix a compilation error.
+	
 2003-09-16  Timothy S. Stack <stack at cs.utah.edu>
 
 	* kaffe/kaffevm/jit3/jni.c,
Index: kaffe/libraries/clib/net/InetAddressImpl.c
diff -u kaffe/libraries/clib/net/InetAddressImpl.c:1.18 kaffe/libraries/clib/net/InetAddressImpl.c:1.19
--- kaffe/libraries/clib/net/InetAddressImpl.c:1.18	Fri Sep  5 17:56:53 2003
+++ kaffe/libraries/clib/net/InetAddressImpl.c	Wed Sep 17 14:57:40 2003
@@ -487,6 +487,7 @@
   return( retval );
 #else
   struct Hjava_lang_String *retval = 0;
+#define MAX_IPV6_STRING_SIZE 128
   char ipaddr[MAX_IPV6_STRING_SIZE];
   struct hostent* ent;
   int family, rc = 0;




More information about the kaffe mailing list