Source-Changes archive

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

CVS commit: src/sys/lib/libkern/arch/i386



Module Name:    src
Committed By:   junyoung
Date:           Wed Nov  5 05:46:32 UTC 2003

Modified Files:
        src/sys/lib/libkern/arch/i386: strrchr.S
Removed Files:
        src/sys/lib/libkern/arch/i386: rindex.S

Log Message:
rindex() shouldn't be used in the kernel. Use strrchr() instead.


To generate a diff of this commit:
cvs rdiff -r1.2 -r0 src/sys/lib/libkern/arch/i386/rindex.S
cvs rdiff -r1.1 -r1.2 src/sys/lib/libkern/arch/i386/strrchr.S

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