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:   itojun
Date:           Thu May 15 13:50:36 UTC 2003

Modified Files:
        src/sys/lib/libkern: Makefile libkern.h
Added Files:
        src/sys/lib/libkern: strlcat.c strlcpy.c

Log Message:
add strl{cpy,cat} to libkern.  code from lib/libc/string (originally from 
openbsd).


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/lib/libkern/Makefile
cvs rdiff -r1.47 -r1.48 src/sys/lib/libkern/libkern.h
cvs rdiff -r0 -r1.1 src/sys/lib/libkern/strlcat.c \
    src/sys/lib/libkern/strlcpy.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