CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/09/05 01:41:22
Modified files: sys/net : if_pppx.c Log message: 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.