PERFORCE change 127747 for review

John Birrell jb at FreeBSD.org
Fri Oct 19 00:14:14 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127747

Change 127747 by jb at jb_freebsd1 on 2007/10/19 07:13:52

	Let's use a dtrace_bsd.h header for our shims, smoke and
	mirrors and general obfuscations. Hands up all those who
	think this is silly.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/i386/dtrace_subr.c#4 edit

Differences ...

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

@@ -34,7 +34,7 @@
 #include <sys/malloc.h>
 #include <sys/kmem.h>
 #include <sys/dtrace_impl.h>
-#include <machine/dtrace.h>
+#include <sys/dtrace_bsd.h>
 
 extern uintptr_t 	kernelbase;
 extern uintptr_t 	dtrace_in_probe_addr;


More information about the p4-projects mailing list