Hi!

Current head did not build on darwin.  This patch fixes it.  I'll commit
it later, when I'm in linux.

- twisti


2006-09-29  Christian Thalinger  <[EMAIL PROTECTED]>

        * native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c
        (config-int.h): Added.
        * native/jni/java-nio/gnu_java_nio_VMChannel.c: Likewise.


Index: native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c
===================================================================
RCS file: 
/cvsroot/classpath/classpath/native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c,v
retrieving revision 1.8
diff -u -3 -p -r1.8 gnu_java_net_VMPlainSocketImpl.c
--- native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c        19 Sep 2006 
01:28:47 -0000      1.8
+++ native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c        29 Sep 2006 
12:39:34 -0000
@@ -40,6 +40,8 @@ exception statement from your version. *
 #include <config.h>
 #endif /* HAVE_CONFIG_H */
 
+#include <config-int.h>
+
 #include <sys/ioctl.h>
 #include <sys/types.h>
 #include <sys/socket.h>
Index: native/jni/java-nio/gnu_java_nio_VMChannel.c
===================================================================
RCS file: 
/cvsroot/classpath/classpath/native/jni/java-nio/gnu_java_nio_VMChannel.c,v
retrieving revision 1.4
diff -u -3 -p -r1.4 gnu_java_nio_VMChannel.c
--- native/jni/java-nio/gnu_java_nio_VMChannel.c        17 Sep 2006 22:49:52 
-0000      1.4
+++ native/jni/java-nio/gnu_java_nio_VMChannel.c        29 Sep 2006 12:39:34 
-0000
@@ -40,6 +40,8 @@ exception statement from your version. *
 #include <config.h>
 #endif
 
+#include <config-int.h>
+
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>


Reply via email to