From owner-cvs-all Fri Aug 31 7:11:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3760B37B406; Fri, 31 Aug 2001 07:11:15 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7VEBFD24916; Fri, 31 Aug 2001 07:11:15 -0700 (PDT) (envelope-from ache) Message-Id: <200108311411.f7VEBFD24916@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 31 Aug 2001 07:11:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fseek.c ftell.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/08/31 07:11:15 PDT Modified files: lib/libc/stdio fseek.c ftell.c Log: If file offset is smaller than internal buffer character left count, just drop internal buffer and trust offset, not return error. Revision Changes Path 1.23 +22 -10 src/lib/libc/stdio/fseek.c 1.15 +10 -8 src/lib/libc/stdio/ftell.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message