Revert r231923 for now. Further work is needed to make sure that the
behavior is consistent.
This commit is contained in:
parent
d92d49e46f
commit
3e8e765569
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user