Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/25/2005 20:32:33
Module Name: src
Committed By: thorpej
Date: Fri Nov 25 20:32:33 UTC 2005
Modified Files:
src/sys/kern: init_main.c kern_systrace.c
src/sys/sys: systrace.h
Log Message:
Statically initalize the systrace lock. systrace_init() is now not
needed on NetBSD. Remove the call from main().
To generate a diff of this commit:
cvs rdiff -r1.257 -r1.258 src/sys/kern/init_main.c
cvs rdiff -r1.46 -r1.47 src/sys/kern/kern_systrace.c
cvs rdiff -r1.15 -r1.16 src/sys/sys/systrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.