blob: 5cdc37d825c0628c5d82daac43312acc02cb57de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- contrib/pf/libevent/event.h.orig
+++ contrib/pf/libevent/event.h
@@ -73,7 +73,6 @@
struct type *rbe_left; /* left element */ \
struct type *rbe_right; /* right element */ \
struct type *rbe_parent; /* parent element */ \
- int rbe_color; /* node color */ \
}
#endif /* !RB_ENTRY */
|