Subject: CVS commit: src/sys/lib/libkern
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 06/07/2003 02:52:34
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.