Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/mklocale



In article <20090104210221.GA1939%netbsd.org@localhost>,
David Holland  <dholland-sourcechanges%netbsd.org@localhost> wrote:
> > Modified Files:
> >     src/usr.bin/mklocale: Makefile lex.l yacc.y
> > 
> > Log Message:
> > 1. fixes PR lib/40317, don't use libc's fparseln(3).
> > it is non-portable function, toolchain should link it yourself.
>
>To what extent can we expect our fparseln.c to work with someone
>else's (e.g. Solaris or Linux) completely different stdio
>implementation?

It just uses fgetln() and most OS's have it. We even supply an fgets()
based substitute in libcompat, so there should be no problem.

christos



Home | Main Index | Thread Index | Old Index