Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!sundc!oktext!occrsh!occrsh.UUCP!authorplaceholder From: rct@occrsh.UUCP Newsgroups: comp.bugs.misc Subject: Re: Pathalias on an ATT 3b2 Message-ID: <143300001@occrsh.UUCP> Date: Mon, 17-Nov-86 17:37:00 EST Article-I.D.: occrsh.143300001 Posted: Mon Nov 17 17:37:00 1986 Date-Received: Tue, 18-Nov-86 09:23:30 EST References: <889@imt3b2.UUCP> Lines: 16 Nf-ID: #R:imt3b2.UUCP:-88900:occrsh.UUCP:143300001:000:408 Nf-From: occrsh.UUCP!rct Nov 17 16:37:00 1986 Re: pathalias problem on 3B2 There is an array in parse.y which should be declared static, and this will solve your problem. Line 199 (or thereabouts) in parse.y looks like (in the official distribution): char buf[BUFSIZ], errbuf[128]; Change this to: static char buf[BUFSIZ]; char errbuf[128]; and you should be in business. --Bob Tracy AT&T Network & Computer (uh... Data) Systems ihnp4!occrsh!rct