K 10 svn:author V 3 sam K 8 svn:date V 27 2002-10-17T17:28:57.000000Z K 7 svn:log V 292 fix kldload error return when a module is rejected because it's statically linked in the kernel. When this condition is detected deep in the linker internals the EEXIST error code that's returned is stomped on and instead an ENOEXEC code is returned. This makes apps like sysinstall bitch. END