Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   thorpej
Date:           Sat Apr 22 15:33:33 UTC 2006

Modified Files:
        src/sys/lib/libkern: Makefile libkern.h
Added Files:
        src/common/lib/libc/stdlib: strtoumax.c
Removed Files:
        src/lib/libc/stdlib: strtoumax.c

Log Message:
Move strtoumax.c from libc/stdlib to common/libc/stdlib and include it
in libkern.  Required for new code coming soon.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/common/lib/libc/stdlib/strtoumax.c
cvs rdiff -r1.6 -r0 src/lib/libc/stdlib/strtoumax.c
cvs rdiff -r1.78 -r1.79 src/sys/lib/libkern/Makefile
cvs rdiff -r1.61 -r1.62 src/sys/lib/libkern/libkern.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