Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site cmu-cs-cad.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!rochester!cmu-cs-pt!cmu-cs-cad!mlm From: mlm@cmu-cs-cad.ARPA (Michael Mauldin) Newsgroups: net.sources Subject: fix to unshar: "quit" function Message-ID: <260@cmu-cs-cad.ARPA> Date: Wed, 30-Jan-85 17:09:53 EST Article-I.D.: cmu-cs-c.260 Posted: Wed Jan 30 17:09:53 1985 Date-Received: Sun, 3-Feb-85 02:06:51 EST Organization: Carnegie-Mellon University, CS/RI Lines: 14 Xref: seismo net.sources:2495 Sorry folks, I forgot that "quit" is a local CMU function. Make the following change to unshar.c (if you haven't figured it out yourself): Replace: quit (1, "unshar: cannot open 'sh' process\n"); With: { fprintf (stderr, "unshar: cannot open 'sh' process\n"); exit (1); } Michael Mauldin (Fuzzy) Department of Computer Science Carnegie-Mellon University Pittsburgh, PA 15213 (412) 578-3065, mauldin@cmu-cs-a.arpa