Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys
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.
Home |
Main Index |
Thread Index |
Old Index