Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.19 /lib/rbtree.c

Filename:/lib/rbtree.c
Lines Added:3
Lines Deleted:0
Also changed in: (Previous) 2.4.19-rc5  2.4.19-rc4  2.4.19-rc3-ac3  2.4.19-rc3-ac2  2.4.19-rc3-ac1  2.4.19-rc3 
(Following) 2.4.28-pre1-bk1  2.4.28-pre1-bk2  2.4.28-pre1-bk3  2.4.28-pre2  2.4.28-pre3  2.4.28-pre4 

Location
[  2.4.19
  [  lib
     o  rbtree.c

Patch

diff -urN linux-2.4.18/lib/rbtree.c linux-2.4.19/lib/rbtree.c
--- linux-2.4.18/lib/rbtree.c   Mon Sep 17 15:30:23 2001
+++ linux-2.4.19/lib/rbtree.c   Fri Aug  2 17:39:46 2002
@@ -20,6 +20,7 @@
 */
 
 #include <linux/rbtree.h>
+#include <linux/module.h>
 
 static void __rb_rotate_left(rb_node_t * node, rb_root_t * root)
 {
@@ -125,6 +126,7 @@
 
    root->rb_node->rb_color = RB_BLACK;
 }
+EXPORT_SYMBOL(rb_insert_color);
 
 static void __rb_erase_color(rb_node_t * node, rb_node_t * parent,
               rb_root_t * root)
@@ -291,3 +293,4 @@
    if (color == RB_BLACK)
       __rb_erase_color(child, parent, root);
 }
+EXPORT_SYMBOL(rb_erase);


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.