Module Name: src
Committed By: wiz
Date: Mon Feb 13 13:05:36 UTC 2012
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_module.c
Log Message:
Use the correct path in dt_module.c.
>From clang via Henning Petersen in PR 46009.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c
diff -u src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c:1.6 src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c:1.7
--- src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c:1.6 Tue Jul 26 12:28:01 2011
+++ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c Mon Feb 13 13:05:36 2012
@@ -880,7 +880,7 @@ dt_module_update(dtrace_hdl_t *dtp, cons
}
(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