Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2001 11:23:30 -0700 (PDT)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio fseek.c ftell.c local.h
Message-ID:  <200108311823.f7VINUx33083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2001/08/31 11:23:30 PDT

  Modified files:
    lib/libc/stdio       fseek.c ftell.c local.h 
  Log:
  The same big piece of ftell code repeated in 3 places. Simplify things moving
  it into one subfunction instead.
  Try to use real offset in strange cases.
  
  Revision  Changes    Path
  1.24      +8 -85     src/lib/libc/stdio/fseek.c
  1.16      +23 -11    src/lib/libc/stdio/ftell.c
  1.7       +2 -1      src/lib/libc/stdio/local.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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