make rb_n2e return a struct rb_entry *, not void *
authordlg <dlg@openbsd.org>
Thu, 8 Jun 2017 03:30:52 +0000 (03:30 +0000)
committerdlg <dlg@openbsd.org>
Thu, 8 Jun 2017 03:30:52 +0000 (03:30 +0000)
commitb2b871223afe8cd7ee32b4cfc1b2c04da2791acd
tree5f09129b82af885f61d08a12796bbfe71ba40f1d
parent5373dfabd1e3c908e68c70321f509db7fa205e73
make rb_n2e return a struct rb_entry *, not void *

maybe this will help prevent misassignment in the future.
sys/kern/subr_tree.c