DragonFly commits List (threaded) for 2003-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_linker.c
hmp 2003/10/12 21:16:51 PDT
Modified files:
sys/kern kern_linker.c
Log:
Fix kldload(2) error return when a module is rejected becaue it is
statically linked into the kernel. This is due to a problem in the
linker code. The EEXIST code which was returned was not reported
and instead an ENOEXEC was returned incorrectly, thus making stuff
like sysinstall act weirdly.
Obtained from: FreeBSD 5.x
Revision Changes Path
1.12 +12 -3 src/sys/kern/kern_linker.c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]