Subject: Re: CVS commit: basesrc
To: Luke Mewburn <lukem@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 11/30/2002 07:54:38
On Sat, Nov 30, 2002 at 05:04:47AM +0200, Luke Mewburn wrote:

 > Added Files:
 > 	basesrc/lib/libc/stdio: fparseln.3 fparseln.c
 > Removed Files:
 > 	basesrc/lib/libutil: fparseln.3 fparseln.c
 > 
 > Log Message:
 > - Migrate fparseln(3) from libutil to libc, where it should have been in
 >   the first place...
 > - Bump libutil major (to 7.0) and libc minor (to 12.91).

You could have avoided this by .PATH'ing in the fparseln code from libc
into libutil.

...but you're probably right that it doesn't matter very much for this
function.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>