PatchSet 4834 
Date: 2004/06/10 15:31:36
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed build on i386-freebsd 5.2

2004-06-10  Dalibor Topic  <[EMAIL PROTECTED]>

        Fixed build on i386-freebsd 5.2.

        * config/config-signal.h:
        Include config-std.h.

        * config/config-std.h:
        Include config.h.

        Reported by: pancake

Members: 
        ChangeLog:1.2401->1.2402 
        config/config-signal.h:1.3->1.4 
        config/config-std.h:1.11->1.12 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2401 kaffe/ChangeLog:1.2402
--- kaffe/ChangeLog:1.2401      Wed Jun  9 17:40:14 2004
+++ kaffe/ChangeLog     Thu Jun 10 15:31:36 2004
@@ -1,3 +1,15 @@
+2004-06-10  Dalibor Topic  <[EMAIL PROTECTED]>
+
+       Fixed build on i386-freebsd 5.2.
+
+       * config/config-signal.h:
+       Include config-std.h.
+
+       * config/config-std.h:
+       Include config.h.
+
+       Reported by: pancake
+
 2004-06-09  Ito Kazumitsu  <[EMAIL PROTECTED]>
 
        * libraries/javalib/kaffe/lang/UNIXProcess.java:
Index: kaffe/config/config-signal.h
diff -u kaffe/config/config-signal.h:1.3 kaffe/config/config-signal.h:1.4
--- kaffe/config/config-signal.h:1.3    Mon Oct 28 16:03:23 2002
+++ kaffe/config/config-signal.h        Thu Jun 10 15:31:38 2004
@@ -8,9 +8,11 @@
  * of this file. 
  */
 
+
 #ifndef __config_signal_h
 #define __config_signal_h
 
+#include "config-std.h"
 #include <signal.h>
 
 /* This macro may not exist - define it if necessary */
Index: kaffe/config/config-std.h
diff -u kaffe/config/config-std.h:1.11 kaffe/config/config-std.h:1.12
--- kaffe/config/config-std.h:1.11      Mon Mar 29 20:24:29 2004
+++ kaffe/config/config-std.h   Thu Jun 10 15:31:38 2004
@@ -8,12 +8,16 @@
  * of this file. 
  */
 
+
+#include "config.h"
 #ifndef __config_std_h
 #define __config_std_h
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
+
+#include "config.h"
 
 #if defined(HAVE_STRING_H)
 #include <string.h>

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to