From owner-cvs-all Tue Oct 23 16:52:14 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 E45AC37B401; Tue, 23 Oct 2001 16:52:11 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9NNqB436172; Tue, 23 Oct 2001 16:52:11 -0700 (PDT) (envelope-from ache) Message-Id: <200110232352.f9NNqB436172@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 23 Oct 2001 16:52:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fseek.c stdio.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/10/23 16:52:11 PDT Modified files: lib/libc/stdio fseek.c stdio.c Log: Back out read buffer invalidating via __SMOD. It was correct, but not needed because internal buffer cleared on each seek outside of it. Revision Changes Path 1.35 +2 -2 src/lib/libc/stdio/fseek.c 1.20 +0 -5 src/lib/libc/stdio/stdio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message