kaz@mita.keio.ac.jp (Kazuhiro Kitagawa) (01/10/90)
The followings is the patch for overhaded/class/pp/class.c for RT-PC runs on AOS. We complied atk with hc2.1s. I elminate a void of verrorhandler. *** class.c Wed Jan 10 12:50:57 1990 --- class.orig Wed Jan 10 12:50:27 1990 *************** *** 289,295 **** ** Error handler for caught signals ** Left of unspecified type on purpose **/ ! static errorhandler(sig, code, scp) int sig; int code; struct sigcontext *scp; --- 289,295 ---- ** Error handler for caught signals ** Left of unspecified type on purpose **/ ! static void errorhandler(sig, code, scp) int sig; int code; struct sigcontext *scp; The Imakefile in ams/demo has spaces instead of tab. This should be tab. *** ams/demo/Imakefile Tue Jan 9 21:34:57 1990 --- ams/demo/Imakefile.orig Wed Jan 10 12:52:34 1990 *************** *** 35,41 **** install.time:: -${DESTDIR}/bin/cui rebuild ${DESTDIR}/.MESSAGES \; exit ! -${CSHELL} gendemo -force -DESTDIR ${DESTDIR} ${DESTDIR}/.MESSAGES/demo InstallDocs(gendemo.help, ${DESTDIR}/help) --- 35,41 ---- install.time:: -${DESTDIR}/bin/cui rebuild ${DESTDIR}/.MESSAGES \; exit ! -${CSHELL} gendemo -force -DESTDIR ${DESTDIR} ${DESTDIR}/.MESSAGES/demo InstallDocs(gendemo.help, ${DESTDIR}/help) -kaz kaz@slab.math.keio.ac.jp
tpn+@ANDREW.CMU.EDU (Tom Neuendorffer) (01/10/90)
Thanks to Kaz for his interest in providing these patches, contributions of this type are greatly appreciated. However, the patches submitted fix known bugs that have been dealt with by patch001, currently available for ftp from emsworth.andrew.cmu.edu or via e-mail(see previous postings). We recommend that you apply the official patch in order to pick up some other bug fixes and keep your sources consistent with ours. We are planning to provide regular updates to the Andrew sources. If you discover bugs or can supply patches to fix them, please mail the information to info-andrew-bugs@andrew.cmu.edu. Thanks again to Kaz and the others who have made submissions over the years. Tom Neuendorffer tpn+@andrew.cmu.edu Information Technology Center Carnegie Mellon