Subject: Re: compiling -current on i386 failed
To: None <ks@ub.uni-mainz.de>
From: Juan RP <juan@xtrarom.org>
List: current-users
Date: 09/09/2006 11:17:33
On Sat, 9 Sep 2006 11:14:29 +0200
Kurt Schreiner <ks@ub.uni-mainz.de> wrote:

> Hi
> 
> from sources cvs update-d some minutes ago I get:

Try this patch:

Index: prop_rb_impl.h
===================================================================
RCS file: /cvsroot/src/common/lib/libprop/prop_rb_impl.h,v
retrieving revision 1.1
diff -u -p -r1.1 prop_rb_impl.h
--- prop_rb_impl.h      9 Sep 2006 06:59:28 -0000       1.1
+++ prop_rb_impl.h      9 Sep 2006 09:16:47 -0000
@@ -43,6 +43,10 @@
 #include <sys/queue.h>
 #include <machine/endian.h>
 
+#undef RB_LEFT
+#undef RB_RIGHT
+#undef RB_PARENT
+
 struct rb_node {
        struct rb_node *rb_nodes[3];
 #define        RB_LEFT         0



> Kurt