[kaffe] CVS kaffe (robilad): Warning fix for alpha-linux

Kaffe CVS cvs-commits at kaffe.org
Fri Aug 19 14:03:26 PDT 2005


PatchSet 6849 
Date: 2005/08/19 20:54:41
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Warning fix for alpha-linux

2005-08-19  Dalibor Topic  <robilad at kaffe.org>

        * kaffe/kaffevm/support.h: Added include for string.h for alpha-linux.

Members: 
	ChangeLog:1.4372->1.4373 
	kaffe/kaffevm/support.h:1.42->1.43 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4372 kaffe/ChangeLog:1.4373
--- kaffe/ChangeLog:1.4372	Fri Aug 19 18:40:10 2005
+++ kaffe/ChangeLog	Fri Aug 19 20:54:41 2005
@@ -1,3 +1,7 @@
+2005-08-19  Dalibor Topic  <robilad at kaffe.org>
+
+	* kaffe/kaffevm/support.h: Added include for string.h for alpha-linux.
+
 2005-08-19  Riccardo Mottola  <riccardo at kaffe.org>
 
 	* kaffe/libraries/clib/nio/gnu_java_nio_VMSelector.c: Added includes
Index: kaffe/kaffe/kaffevm/support.h
diff -u kaffe/kaffe/kaffevm/support.h:1.42 kaffe/kaffe/kaffevm/support.h:1.43
--- kaffe/kaffe/kaffevm/support.h:1.42	Wed Aug 10 21:17:49 2005
+++ kaffe/kaffe/kaffevm/support.h	Fri Aug 19 20:54:43 2005
@@ -12,6 +12,13 @@
 #ifndef __support_h
 #define	__support_h
 
+
+#include "config.h"
+
+#if defined(HAVE_STRING_H)
+#include <string.h>
+#endif
+
 #include "config-std.h"
 #include "gtypes.h"
 #include <stdarg.h>




More information about the kaffe mailing list