Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ptsfa!lll-lcc!seismo!brl-adm!brl-sem!ron From: ron@brl-sem.UUCP Newsgroups: comp.os.minix Subject: Re: Hard Disk Problem ( and some more bugs ) Message-ID: <676@brl-sem.ARPA> Date: Wed, 4-Mar-87 13:54:53 EST Article-I.D.: brl-sem.676 Posted: Wed Mar 4 13:54:53 1987 Date-Received: Fri, 6-Mar-87 06:21:48 EST References: <496@ubu.warwick.UUCP> <9490002@hpfclp.HP.COM> Organization: Electronic Brain Research Lab Lines: 18 In article <9490002@hpfclp.HP.COM>, diamant@hpfclp.HP.COM (John Diamant) writes: > buffers since stdio may not be included. I suspect that the same result > could have been accomplished without creating a source incompatibility by > one of two approaches: > > 1) Use a compiler switch to tell the compiler not to include stdio > cleanup code. This used to be how it was done. Standard I/O was in its own library. You specified it as an option to the loader. This caused a different version of exit to be loaded. I notice that the MINIX stdio is not true to the V7 code, at least not in tar, in that it runs buffered to a terminal. It's a pain for tar to do this. V7 used to do isatty in making this determination, but there are probably better ways. -Ron