rbtree: drop "const" from search function
commitef11aa889bf101e6b980eeece63a7e24b0354fc2
authorH. Peter Anvin <hpa@zytor.com>
Fri, 7 Nov 2008 03:54:05 +0000 (6 19:54 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 7 Nov 2008 03:54:05 +0000 (6 19:54 -0800)
treebf350d52142ebb42094fe1b9d838558a1bfa3776
parent674788166f240997f723751e6c77021f5cc5428f
rbtree: drop "const" from search function

Having the search argument and result be "const" is nice in theory,
but causes problems in practice.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
rbtree.c
rbtree.h