Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/08/1995 01:50:04
mycroft
Wed Mar  8 01:46:06 EST 1995
Update of /a/cvsroot/src/sys/arch/amiga/amiga
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6638

Modified Files:
	trap.c 
Log Message:
Fix some types:
* code, args, and rval should use register_t.
* argsize should be a size_t.
Some general cleanup, and undo many of the differences between this syscall()
and the hp300 version.

mycroft
Wed Mar  8 01:49:23 EST 1995
Update of /a/cvsroot/src/sys/arch/hp300/hp300
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6667

Modified Files:
	trap.c 
Log Message:
Panic if the emulation type is invalid.