CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/07 21:22:56
Modified files:
sys/kern : subr_tree.c
Log message:
use unsigned long instead of caddr_t to move between nodes and entries.
this removes the need for sys/param.h. this code can be built with
only sys/tree.h, which in turn only needs sys/_null.h.
