Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/14/1996 19:10:06
christos
Thu Mar 14 19:00:41 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10017

Modified Files:
	vm_machdep.c 
Log Message:
Fix prototypes that were added with the latest kpc changes.


christos
Thu Mar 14 19:01:23 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10051

Modified Files:
	cpu.h 
Log Message:
Fix prototypes for the latest kpc changes.


christos
Thu Mar 14 19:02:30 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10086

Modified Files:
	Makefile.sparc 
Log Message:
Add -Wall -Wstrict-prototypes -Wmissing-prototypes
to the kernel build. The sparc is clean now!


chuck
Thu Mar 14 19:07:20 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10124

Modified Files:
	db_interface.c 
Log Message:
change Debugger() from an int function to a void function to match the
prototype in sys/systm.h (which was just put in in by christos)
with revision 1.43 of sys/systm.h
	revision 1.43
	date: 1996/03/14 18:59:12;  author: christos;  state: Exp;  lines: +1 -3
	systm.h: Bring Debugger() prototype into scope.