Source-Changes archive

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

CVS commit: src/sys/lib/libkern



Module Name:    src
Committed By:   yamt
Date:           Tue Nov 20 12:32:56 UTC 2007

Modified Files:
        src/sys/lib/libkern: rb.c rb.h

Log Message:
rename
        RB_LEFT
        RB_RIGHT
        RB_OTHER
to
        RB_DIR_LEFT
        RB_DIR_RIGHT
        RB_DIR_OTHER
so that it can coexist with sys/tree.h.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/lib/libkern/rb.c
cvs rdiff -r1.7 -r1.8 src/sys/lib/libkern/rb.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