Revert r231923 for now. Further work is needed to make sure that the

behavior is consistent.
This commit is contained in:
Xin LI
2012-02-20 09:32:32 +00:00
parent 5357f27569
commit fcdd3d322b
+1 -1
View File
@@ -2115,7 +2115,7 @@ linker_load_dependencies(linker_file_t lf)
}
error = linker_load_module(NULL, modname, lf, verinfo, NULL);
if (error) {
uprintf("KLD %s: depends on %s - not available or"
printf("KLD %s: depends on %s - not available or"
" version mismatch\n", lf->filename, modname);
break;
}