Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 01/17/2008 22:35:54
Module Name:	src
Committed By:	rumble
Date:		Thu Jan 17 22:35:54 UTC 2008

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

Log Message:
Fix a panic that occurs when a dependency had already been loaded and a
dependant module is loaded by setting modp when returning ENOENT.

Also, be stricter with regards to MAXMODNAME.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/kern_module.c

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