System V patches for "BSD indent(1)
Gary S. Trujillo
gst at gnosys.UUCP
Sat Mar 25 05:54:05 AEST 1989
In article <136 at gnosys.UUCP> gst at 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
More information about the Unix-pc.sources
mailing list