Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src/sys/sys



Module Name:    src
Committed By:   martin
Date:           Sun Oct 13 10:05:58 UTC 2024

Modified Files:
        src/sys/sys [netbsd-10]: rbtree.h

Log Message:
Additionaly pull up following revision(s) (requested by riastradh in ticket #952):

        sys/sys/rbtree.h: revision 1.10
        sys/sys/rbtree.h: revision 1.11
        sys/sys/rbtree.h: revision 1.9

This uses size_t, so it always needs <sys/types.h>, remove ifdefs.

Put back <stdbool.h> - but only when RBDEBUG is defined (the
similarly conditional rb_tree_check() prototype needs "bool").

Fix previous so <stdbool.h> isn't included with _KERNEL (etc).
Like it used to be.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.30.1 src/sys/sys/rbtree.h

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