Path: utzoo!attcan!uunet!husc6!bbn!rochester!udel!mmdf From: jack@csmunix.larc.nasa.gov (Jack Dunn) Newsgroups: comp.os.minix Subject: (none) Message-ID: <5340@louie.udel.EDU> Date: 11 Nov 88 21:51:08 GMT Sender: mmdf@udel.EDU Lines: 19 While making Wall's patch program with the ST MINIX I got the following unresolved references: fdopen _exit The problem is with the routine popen(). fdopen is in the 1.3 release so there is no big problem. _exit() is another mater that someone with more time and a lot more knowledge of ST MINIX than myself will have to solve. _exit() is a routine that does not flush the buffers on exiting. In the conversion of MINIX to the ST a change was to make the flushing of buffers automatic. The question is does popen() need to have the buffers flushed or unflushed. My fix for patch was to add an _exit() to exit with out flushing the buffers. Jack Dunn