Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/20/1997 04:00:02
jonathan
Sat Jul 19 20:50:55 PDT 1997
Update of /a/cvsroot/src/usr.bin/elf2ecoff
In directory netbsd1:/var/slash-tmp/cvs-serv14009

Modified Files:
	elf2ecoff.c 
Log Message:
* Rewrite  symbol-remapping code, compatible with mips ECOFF toolchain.
* delint for -Wall -Wstrict-prototypes -Wmissing-prototypes.


jonathan
Sat Jul 19 20:57:20 PDT 1997
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory netbsd1:/var/slash-tmp/cvs-serv14499

Modified Files:
	mfb.c bt459.c 
Log Message:
Correct cursor-movement bounds check in ifdef'ed out code, as
for revision 1.7 of sys/arch/pmax/dev/ims332.c:
 >Bound x motion by framebuffer width, not height.
 >Bound y motion by framebuffer height, not width.