1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

oops that commit included a local hack... take it out..

This commit is contained in:
Julian Elischer 2000-12-12 18:59:09 +00:00
parent 859a4d166c
commit 453b556583
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69923

View File

@ -324,7 +324,7 @@ ng_make_node(const char *typename, node_p *nodepp)
int error;
/* 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);
if (error != 0)
return (error);