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:   briggs
Date:           Sat Jun  7 02:52:33 UTC 2003

Modified Files:
        src/sys/lib/libkern: strtoul.c

Log Message:
Provide a strtoul() implementation based on the one in libc instead of the
totally different version that was here.  This version, of course, has an
BSD license on it while the old one did not.  This one also compiles down
to tighter code--the smaller the better for libkern & libsa.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/lib/libkern/strtoul.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