Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 1996 10:07:30 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/stdio ftell.c
Message-ID:  <199603271807.KAA14372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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