From owner-cvs-lib Wed Mar 27 10:07:41 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14388 for cvs-lib-outgoing; Wed, 27 Mar 1996 10:07:41 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14372 Wed, 27 Mar 1996 10:07:30 -0800 (PST) Date: Wed, 27 Mar 1996 10:07:30 -0800 (PST) From: Bruce Evans Message-Id: <199603271807.KAA14372@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio ftell.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/03/27 10:07:30 Modified: lib/libc/stdio ftell.c Log: Removed now-bogus casts that were to hide the inconsistency between the nonstandard normal version and the standard threaded version. Removed a bogus L in a constant. fpos_t's aren't longs, and casting to fpos_t would be verbose. Revision Changes Path 1.4 +4 -4 src/lib/libc/stdio/ftell.c