Oh no, all those generated stuff ended up in the patch file. :( Here is the fixed one.
Sorry for the noise. Regards Robert
Index: ChangeLog =================================================================== RCS file: /cvs/kaffe/kaffe/ChangeLog,v retrieving revision 1.5044 diff -u -r1.5044 ChangeLog --- ChangeLog 12 Sep 2007 16:08:52 -0000 1.5044 +++ ChangeLog 12 Sep 2007 19:14:28 -0000 @@ -1,3 +1,8 @@ +2007-09-12 Robert Schuster <[EMAIL PROTECTED]> + + * native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c: + Add #ifndef guard around definition of _GNU_SOURCE. + 2007-09-12 Dalibor Topic <[EMAIL PROTECTED]> Fix for #72. Index: libraries/javalib/external/classpath//native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c =================================================================== RCS file: /cvs/kaffe/kaffe/libraries/javalib/external/classpath/native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c,v retrieving revision 1.3 diff -u -r1.3 gnu_java_net_local_LocalSocketImpl.c --- libraries/javalib/external/classpath//native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c 3 Jan 2007 23:02:28 -0000 1.3 +++ libraries/javalib/external/classpath//native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c 12 Sep 2007 19:14:29 -0000 @@ -35,8 +35,9 @@ obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ - +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #include "config.h"
signature.asc
Description: OpenPGP digital signature
_______________________________________________ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe