Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!yale!cs.yale.edu!Anselmo-Ed From: Anselmo-Ed@cs.yale.edu (Ed Anselmo) Newsgroups: comp.windows.x Subject: Re: xperfmon on Sparc1 problem (Was: R4 contrib problems) Message-ID: Date: 1 Feb 90 14:24:37 GMT References: <1990Jan31.204640.7131@relay.nswc.navy.mil> <21631@pasteur.Berkeley.EDU> Sender: news@cs.yale.edu Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 Lines: 24 In-reply-to: stolcke@icsi.Berkeley.EDU's message of 1 Feb 90 02:05:35 GMT Foo. You don't have to apply all the patches from the R3 xperfmon, you just have to #ifdef the call to read_names if you're running on a SPARCstation. New, shorter, improved patch follows: *** /tmp/,RCSt1a02137 Thu Feb 1 09:17:48 1990 --- system.c Thu Feb 1 09:17:18 1990 *************** *** 440,446 **** --- 440,448 ---- /* I don't see a way to obtain the information that * read_names gets so it is commented it out for now. */ + #ifndef sparc read_names(); + #endif #endif /* !PCS */ time(&now); nintv = now - boottime; -- Ed Anselmo anselmo-ed@cs.yale.edu {harvard,decvax}!yale!anselmo-ed