cvs commit: src/sys/kern kern_linker.c
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Sun May 6 19:13:12 PDT 2007
y0netan1 2007/05/06 19:11:33 PDT
DragonFly src repository
Modified files:
sys/kern kern_linker.c
Log:
Do not rely on the fact that components in module_path to have
trailing slash. The previous commit changed the default value
of kern.module_path to use boot loader variable `module_path',
whose default value doesn't have trailing slashes, so kldload
failed unless you explicitly define module_path to have
trailing slashes.
Noticed-by: Thomas Nikolajsen <thomas.nikolajsen at mail.dk>
Revision Changes Path
1.36 +16 -4 src/sys/kern/kern_linker.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_linker.c.diff?r1=1.35&r2=1.36&f=u
More information about the Commits
mailing list