Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: roy
Date: Wed Oct 22 12:34:00 UTC 2025
Modified Files:
src/lib/libc/gen: Makefile.inc
src/share/man/man3: rbtree.3
src/sys/lib/libkern: Makefile.libkern
src/sys/sys: rbtree.h
src/tools/compat: Makefile
Added Files:
src/common/lib/libc/gen: rbtree.c
Removed Files:
src/common/lib/libc/gen: rb.c
Log Message:
rbtree: Rename rb.c to rbtree.c to match it's header rbtree.h
While here rename RBTEST to RBLOCAL to give a better meaning as we
want to include the local rbtest.h rather than the system one.
Also allow to compile outside of NetBSD source tree by guarding some
things we would otherwise expect to be defined.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r0 src/common/lib/libc/gen/rb.c
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/gen/rbtree.c
cvs rdiff -u -r1.225 -r1.226 src/lib/libc/gen/Makefile.inc
cvs rdiff -u -r1.13 -r1.14 src/share/man/man3/rbtree.3
cvs rdiff -u -r1.55 -r1.56 src/sys/lib/libkern/Makefile.libkern
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/rbtree.h
cvs rdiff -u -r1.95 -r1.96 src/tools/compat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index