cvs commit: src/share/man/man3 Makefile tree.3 src/sys/sys tree.h
Jason Evans
jasone at FreeBSD.org
Wed Jan 11 07:48:37 PST 2006
jasone 2006-01-11 15:48:36 UTC
FreeBSD src repository
Modified files:
share/man/man3 Makefile tree.3
sys/sys tree.h
Log:
Add the RB_NFIND() macro, which is useful for red-black tree searches
for which there may not be an exact match.
Reviewed by: glebius, julian
Approved by: markm (mentor)
Revision Changes Path
1.38 +1 -0 src/share/man/man3/Makefile
1.5 +6 -1 src/share/man/man3/tree.3
1.4 +31 -0 src/sys/sys/tree.h
More information about the cvs-all
mailing list