Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 1996 02:24:27 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        FreeBSD-current@FreeBSD.org, paul@originat.demon.co.uk
Subject:   Re: fseek
Message-ID:  <199603241524.CAA22046@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Why has the second paramater of fgets changed from int to size_t ?

>Doesn't the ANSI standard have something to say about this, similarly

Bug in FreeBSD.  Introduced in 4.4Lite.  Also found in Net/2 and 4.4Lite2.

>ftell has a const added.

Bug in FreeBSD.  Introduced in 4.4Lite.  Also found in Net/2.

>look wrong. What's the correct thing to do?

Change stdio.h and everything in the library that is inconsistent with it.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603241524.CAA22046>