Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 02/12/2004 23:47:21
Module Name:	src
Committed By:	enami
Date:		Thu Feb 12 23:47:21 UTC 2004

Modified Files:
	src/sys/kern: kern_fork.c

Log Message:
Also defer the writing of KTR_EMUL entry.  Otherwise, the parent process
may sleep with setting KTRFAC_ACTIVE of child process and the child will
run without emitting any ktrace entry.


To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 src/sys/kern/kern_fork.c

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