Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/22/1996 10:30:03
cgd
Sun Dec 22 02:21:14 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv22129/kern

Modified Files:
	init_main.c kern_exec.c kern_prot.c kern_resource.c kern_sig.c 
	kern_time.c sys_generic.c vfs_syscalls.c 
Log Message:
* catch up with system call argument type fixups/const poisoning.
* Fix arguments to various copyin()/copyout() invocations, to avoid
  gratuitous casts.
* Some KNF formatting fixes