[fa.info-mac] Bug

info-mac@uw-beaver (info-mac) (07/18/84)

From: Mark H. Nodine <mnodine@BBNH.ARPA>
The following typo in io.s was causing the loader to have an undefined
symbol (ioownbuv) if you used anything defined in io.s:
$ diff io.s io.s.old
720c720
< 	clrl	a0@(ioownbuf)		| use system buffer
---
> 	clrl	a0@(ioownbuv)		| use system buffer

I'll let you know when I have finished my initial implementation of the
stdio package for the mac.  

			Cheers,
			Mark