Subject: CVS commit: basesrc/sbin/modload
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/03/2002 22:03:09
Module Name: basesrc
Committed By: jdolecek
Date: Wed Apr 3 19:03:09 UTC 2002
Modified Files:
basesrc/sbin/modload: elf.c
Log Message:
Only provide sym_size and sym_symsize if symbols are actually going
to be loaded.
This also avoids the annoying 'Unable to find symbol table slot
for xxx' kernel message when module is unloaded.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/sbin/modload/elf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.