Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   thorpej
Date:           Thu Nov 11 18:11:26 UTC 1999

Modified Files:
        syssrc/sys/lib/libsa: Makefile stand.h
Added Files:
        syssrc/sys/lib/libsa: strcmp.c strlen.c strncmp.c

Log Message:
Add small, MI strcmp(), strlen(), and strncmp() functions.  Modules within
libsa depend on them, to it seems rather silly to have to build an additional
library (e.g. libkern) to get them.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/lib/libsa/Makefile
cvs rdiff -r1.33 -r1.34 syssrc/sys/lib/libsa/stand.h
cvs rdiff -r0 -r1.1 syssrc/sys/lib/libsa/strcmp.c \
    syssrc/sys/lib/libsa/strlen.c syssrc/sys/lib/libsa/strncmp.c

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