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

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);