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/26/1995 02:50:02
cgd
Sun Mar 26 02:47:42 EST 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27522

Modified Files:
	ktrace.h 
Log Message:
syscall tracing: store code and argsize, as ints; update comments.

cgd
Sun Mar 26 02:48:49 EST 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27554

Modified Files:
	kern_ktrace.c 
Log Message:
don't default return types to ints; specify them.
ktrsyscall takes (vp, code, argsize, args), and stores argsize rather
than nargs.