[kaffe] CVS kaffe (dalibor): Fixed build problem on powerpc-linux

Kaffe CVS cvs-commits at kaffe.org
Sun Jun 6 08:39:02 PDT 2004


PatchSet 4829 
Date: 2004/06/06 15:22:45
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed build problem on powerpc-linux

2004-06-06  Dalibor Topic  <robilad at kaffe.org>

        * config/powerpc/linux/md.h:
        Added missing include for rlim_t.

        Reported by:  Michael Franz <developer.franz at verizon.net>

Members: 
	ChangeLog:1.2397->1.2398 
	config/powerpc/linux/md.h:1.6->1.7 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2397 kaffe/ChangeLog:1.2398
--- kaffe/ChangeLog:1.2397	Sun Jun  6 15:04:48 2004
+++ kaffe/ChangeLog	Sun Jun  6 15:22:45 2004
@@ -1,5 +1,12 @@
 2004-06-06  Dalibor Topic  <robilad at kaffe.org>
 
+	* config/powerpc/linux/md.h:
+	Added missing include for rlim_t.
+
+	Reported by:  Michael Franz <developer.franz at verizon.net>
+
+2004-06-06  Dalibor Topic  <robilad at kaffe.org>
+
         * config/sparc/linux/sigcontextinfo32.h,
         config/sparc/linux/sigcontextinfo64.h:
 	New files, taken from glibc 2.3.2.
Index: kaffe/config/powerpc/linux/md.h
diff -u kaffe/config/powerpc/linux/md.h:1.6 kaffe/config/powerpc/linux/md.h:1.7
--- kaffe/config/powerpc/linux/md.h:1.6	Fri Jun  4 20:28:16 2004
+++ kaffe/config/powerpc/linux/md.h	Sun Jun  6 15:22:47 2004
@@ -15,6 +15,9 @@
 #include "powerpc/common.h"
 #include "powerpc/threads.h"
 
+#if defined(HAVE_SYS_RESOURCE_H)
+#include <sys/resource.h>
+#endif
 
 /* Linux requires a little initialisation */
 extern void init_md(void);




More information about the kaffe mailing list