DragonFly commits List (threaded) for 2007-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_linker.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]