Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/22/2006 15:33:33
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.