Use the correct path in dt_module.c.
From clang via Henning Petersen in PR 46009.
This commit is contained in:
parent
e2fe99ce62
commit
2b8cc88a65
@ -880,7 +880,7 @@ dt_module_update(dtrace_hdl_t *dtp, const char *name)
|
||||
}
|
||||
|
||||
(void) snprintf(fname, sizeof (fname),
|
||||
"/stand/%s/%s/%s.kmod", machine, osrel, name, name);
|
||||
"/stand/%s/%s/modules/%s/%s.kmod", machine, osrel, name, name);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user