Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 20:48:47 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135402 for review
Message-ID:  <200802142048.m1EKmlGq032362@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135402

Change 135402 by jb@jb_freebsd1 on 2008/02/14 20:48:17

	Add the dtmalloc provider to the list of dependencies so that
	it gets loaded automatically.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#6 (text+ko) ====

@@ -64,6 +64,7 @@
 MODULE_DEPEND(dtraceall, cyclic, 1, 1, 1);
 MODULE_DEPEND(dtraceall, opensolaris, 1, 1, 1);
 MODULE_DEPEND(dtraceall, dtrace, 1, 1, 1);
+MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
 #if defined(__amd64__) || defined(__i386__)
 MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802142048.m1EKmlGq032362>