Subject: Re: Commit to src/lib/libc/stdio/fparseln.c breaks foreign crossbuilds
To: Christian Limpach <chris@pin.lu>
From: James Chacon <jmc@NetBSD.org>
List: tech-toolchain
Date: 05/11/2004 14:17:46
On Tue, May 11, 2004 at 07:47:08PM +0200, Christian Limpach wrote:
> Hi,
> 
> > chris@pin.lu said:
> > > I'm using using the following fix for now in lib/libc/stdio/
> > > {fgetln,fparseln}.c:
> > > [...]
> >
> > Thanks. Are you sure it is needed in fgetln.c? There is a private
> > version in src/tools/compat.
> 
> you're correct, it's only needed for fparseln.c.  I had patched fgetln.c on
> the grounds that it had the same change as fparseln.c.
> 

So patch fparseln.c and commit! :-)

James