cvs commit: src/sys/kern kern_linker.c
Hiten Pandya
hmp at crater.dragonflybsd.org
Sun Oct 12 21:17:24 PDT 2003
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
More information about the Commits
mailing list