Xref: utzoo unix-pc.sources:281 comp.sources.bugs:1631 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!bu-cs!spdcc!gnosys!gst From: gst@gnosys.UUCP (Gary S. Trujillo) Newsgroups: unix-pc.sources,comp.sources.bugs Subject: Re: System V patches for "BSD indent(1) Summary: I forgot the patch for io.c Message-ID: <137@gnosys.UUCP> Date: 24 Mar 89 19:54:05 GMT References: <136@gnosys.UUCP> Reply-To: gst@gnosys.UUCP (Gary S. Trujillo) Organization: gst's 3B1 - Somerville, Massachusetts Lines: 31 In article <136@gnosys.UUCP> gst@gnosys.UUCP (Gary S. Trujillo) writes: > In the spirit of trying to start paying back for all the good stuff > I have received from the net, here are some patches for the recently- > posted "indent" program... Oops. I forgot the patch for the io.c routine. Here it is: *** io.cORIG Fri Mar 24 14:50:53 1989 --- io.c Fri Mar 24 14:00:56 1989 *************** *** 542,547 return s; } parsefont(f, s0) register struct fstate *f; --- 542,550 ----- return s; } + #ifndef BSD /* gst 3/89 */ + #define bzero(where, howmany) memset(where, (char)0, howmany) + #endif parsefont(f, s0) register struct fstate *f; -- Gary S. Trujillo {linus,bbn,m2c}!spdcc!gnosys!gst Somerville, Massachusetts {icus,ima,stech,wjh12}!gnosys!gst