Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/24/2001 00:02:41
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Nov 23 22:02:41 UTC 2001

Modified Files:
	syssrc/sys/compat/netbsd32: netbsd32_execve.c
	syssrc/sys/kern: kern_exec.c

Log Message:
if the LKM support is not compiled in, don't bother using exec_lock
at all, it's only needed in LKM case

use #if defined(LKM) || defined(_LKM) condition for netbsd32_execve.c,
to DTRT when either compiled statically into kernel with LKM support,
or compiled as a LKM


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/compat/netbsd32/netbsd32_execve.c
cvs rdiff -r1.146 -r1.147 syssrc/sys/kern/kern_exec.c

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