mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
oops that commit included a local hack... take it out..
This commit is contained in:
parent
859a4d166c
commit
453b556583
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69923
@ -324,7 +324,7 @@ ng_make_node(const char *typename, node_p *nodepp)
|
|||||||
int error;
|
int error;
|
||||||
|
|
||||||
/* Not found, try to load it as a loadable module */
|
/* Not found, try to load it as a loadable module */
|
||||||
snprintf(filename, sizeof(filename), "/boot/kernel/ng_%s", typename);
|
snprintf(filename, sizeof(filename), "ng_%s", typename);
|
||||||
error = linker_load_file(filename, &lf);
|
error = linker_load_file(filename, &lf);
|
||||||
if (error != 0)
|
if (error != 0)
|
||||||
return (error);
|
return (error);
|
||||||
|
Loading…
Reference in New Issue
Block a user