Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/18/2002 04:24:16
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Jun 18 01:24:16 UTC 2002

Modified Files:
	syssrc/sys/kern: kern_systrace.c
	syssrc/sys/sys: systrace.h

Log Message:
* Don't bother protecting the body of the source file with #ifdef SYSTRACE.
  It's not even built if the option isn't present.
* Use cdev_decl() to generate prototypes for the devsw functions.
* Minor whitespace cleanup.
* Nuke the SYSTR_CLONE ioctl from orbit; instead, just clone it in
  systraceopen(), like we do with svr4_net.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/kern/kern_systrace.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/sys/systrace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.