PERFORCE change 127872 for review

John Birrell jb at FreeBSD.org
Sat Oct 20 17:53:44 PDT 2007


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

Change 127872 by jb at jb_freebsd1 on 2007/10/21 00:52:58

	Comment out a probe until I have a BSD implementation.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/kern_fork.c#16 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/kern_fork.c#16 (text+ko) ====

@@ -65,7 +65,6 @@
 #include <sys/unistd.h>	
 #include <sys/sx.h>
 #include <sys/signalvar.h>
-#include <sys/sdt.h>
 
 #include <security/audit/audit.h>
 #include <security/mac/mac_framework.h>
@@ -688,7 +687,9 @@
 	p2->p_state = PRS_NORMAL;
 	PROC_SUNLOCK(p2);
 
+#ifdef DOODAD
 	DTRACE_PROBE1(__proc_create, proc *, p2);
+#endif
 
 	/*
 	 * If RFSTOPPED not requested, make child runnable and add to


More information about the p4-projects mailing list