Date: Thu, 28 Jun 2001 15:06:29 -0700 (PDT) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed main.c Message-ID: <200106282206.f5SM6U808364@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106282206.f5SM6U808364>