Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common Use the correc...



details:   https://anonhg.NetBSD.org/src/rev/c918ed2fa092
branches:  trunk
changeset: 773697:c918ed2fa092
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Feb 13 13:05:36 2012 +0000

description:
Use the correct path in dt_module.c.
>From clang via Henning Petersen in PR 46009.

diffstat:

 external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f35444a1ba0d -r c918ed2fa092 external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c
--- a/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c Mon Feb 13 13:03:06 2012 +0000
+++ b/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c Mon Feb 13 13:05:36 2012 +0000
@@ -880,7 +880,7 @@
                }
 
                (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
 



Home | Main Index | Thread Index | Old Index