Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/08/2006 03:14:55
Module Name:	src
Committed By:	thorpej
Date:		Sun Oct  8 03:14:55 UTC 2006

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

Log Message:
- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.
- Add strtoll.c and strtoull.c to libkern.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/common/lib/libc/stdlib/strtoll.c \
    src/common/lib/libc/stdlib/strtoull.c
cvs rdiff -r1.7 -r0 src/lib/libc/stdlib/strtoll.c
cvs rdiff -r1.6 -r0 src/lib/libc/stdlib/strtoull.c
cvs rdiff -r1.81 -r1.82 src/sys/lib/libkern/Makefile
cvs rdiff -r1.66 -r1.67 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.