Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/03/1997 06:20:04
scottr
Tue Sep  2 23:14:44 PDT 1997
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory netbsd1:/var/slash-tmp/cvs-serv29442

Modified Files:
	clock.c 
Log Message:
Eliminate the use of the register keyword, and use standard
type names.  Also, eliminate an unnecessary DEBUG printf().

scottr
Tue Sep  2 23:16:28 PDT 1997
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory netbsd1:/var/slash-tmp/cvs-serv29665

Modified Files:
	vectors.s 
Log Message:
Don't initialize the bus error and address error vectors; as we do that
in the startup code already.