Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcsun!ukc!warwick!arthur From: arthur@warwick.UUCP (John Vaudin) Newsgroups: comp.os.minix Subject: Re: MINIX Stdio Message-ID: <1977@diamond.warwick.ac.uk> Date: 5 Sep 89 16:50:20 GMT Sender: news@warwick.ac.uk Reply-To: arthur@flame.warwick.ac.uk (John Vaudin) Organization: Computer Science, University of Warwick, UK. Lines: 22 There is is problem with MINIX stdio, both the original and the new one, namely that they use dynamically allocated io_buf's. Shouldn't be a problem I hear you say, shouldn't be visible to the user etc etc.. BUT: Try this #include FILE *fred=stdin; main() { } Doesn't work does it ? Should do shouldn't it ? This has caused me loads of hassle when trying to port UNIX software to MINIX. I rewrote the MINIX stdio library so it did it properly since I think THIS SHOULD WORK. Now I'm going to have to do it all again Sigh!! John Vaudin arthur@uk.ac.warwick.cs