Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2006 00:44:25 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103415 for review
Message-ID:  <200608080044.k780iPkx089221@repoman.freebsd.org>

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

Change 103415 by jb@jb_freebsd2 on 2006/08/08 00:43:52

	Allow for the possibility that the KDTRACE option isn't defined. Of
	course it it isn't, then loading the dtrace module will fail, but 
	when building this module, the kernel options aren't known.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace.c#32 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace.c#32 (text+ko) ====

@@ -29,7 +29,9 @@
  * Use is subject to license terms.
  */
 
+#ifndef KDTRACE
 #define KDTRACE
+#endif
 
 /*
  * DTrace - Dynamic Tracing for Solaris



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