Use the correct path in dt_module.c.

From clang via Henning Petersen in PR 46009.
This commit is contained in:
wiz 2012-02-13 13:05:36 +00:00
parent e2fe99ce62
commit 2b8cc88a65
1 changed files with 1 additions and 1 deletions

View File

@ -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