CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/14 19:37:34
Modified files:
sys/net : if_pppx.c
Log message:
bring back r1.53
move pppx red-black trees from tree.h code to subr_tree.c code
this change and the same one for pools should have us breaking even for
the "extra" code in subr_tree. after this we will get more space back
by converting RB_ to RBT_ code, and any new red-black trees using RBT_
are free.
