From owner-cvs-all Thu Jun 28 15: 6:35 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 77D3037B405; Thu, 28 Jun 2001 15:06:30 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5SM6U808364; Thu, 28 Jun 2001 15:06:30 -0700 (PDT) (envelope-from dd) Message-Id: <200106282206.f5SM6U808364@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 28 Jun 2001 15:06:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed main.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 dd 2001/06/28 15:06:29 PDT Modified files: bin/ed main.c Log: Back out previous commit: it doesn't help anything since write_file(), which is also called from handle_hup(), uses stdio(3). Furthermore, this means that calling exit(3) (via quit()) there is required to flush the buffer write_file() was working on. Submitted by: bde Revision Changes Path 1.20 +3 -3 src/bin/ed/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message