Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 03/22/2006 01:14:46
Module Name: src
Committed By: matt
Date: Wed Mar 22 01:14:46 UTC 2006
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
There is no need to use MALLOC/FREE when rebuilding the execsw array
due to LKM loading/unloading. This is not performance critical.
To generate a diff of this commit:
cvs rdiff -r1.214 -r1.215 src/sys/kern/kern_exec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.