[kaffe] CVS kaffe (robilad): Added include for rlim_t

Kaffe CVS cvs-commits at kaffe.org
Thu Aug 18 20:10:49 PDT 2005


PatchSet 6845 
Date: 2005/08/19 03:04:54
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Added include for rlim_t

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

        * kaffe/kaffevm/thread.c: Added include for rlim_t.

Members: 
	ChangeLog:1.4368->1.4369 
	kaffe/kaffevm/thread.c:1.103->1.104 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4368 kaffe/ChangeLog:1.4369
--- kaffe/ChangeLog:1.4368	Fri Aug 19 01:46:50 2005
+++ kaffe/ChangeLog	Fri Aug 19 03:04:54 2005
@@ -1,5 +1,9 @@
 2005-08-19  Dalibor Topic  <robilad at kaffe.org>
 
+	* kaffe/kaffevm/thread.c: Added include for rlim_t.
+
+2005-08-19  Dalibor Topic  <robilad at kaffe.org>
+
 	* kaffe/kaffevm/jni/jni-string.c: Added missing include.
 
 2005-08-19  Dalibor Topic  <robilad at kaffe.org>
Index: kaffe/kaffe/kaffevm/thread.c
diff -u kaffe/kaffe/kaffevm/thread.c:1.103 kaffe/kaffe/kaffevm/thread.c:1.104
--- kaffe/kaffe/kaffevm/thread.c:1.103	Tue Jul 19 16:27:35 2005
+++ kaffe/kaffe/kaffevm/thread.c	Fri Aug 19 03:04:57 2005
@@ -13,6 +13,11 @@
  */
 
 #include "config.h"
+
+#if defined(HAVE_SYS_RESOURCE_H)
+#include <sys/resource.h>
+#endif
+
 #include "debug.h"
 #include "config-std.h"
 #include "config-mem.h"




More information about the kaffe mailing list