PERFORCE change 97635 for review

John Birrell jb at FreeBSD.org
Mon May 22 20:19:27 UTC 2006


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

Change 97635 by jb at jb_freebsd2 on 2006/05/22 20:17:34

	SDT probes rely heavily on SYSINIT definitions, so it's convenient
	to just ensure that those are defined.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/sdt.h#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/sdt.h#3 (text+ko) ====

@@ -35,6 +35,8 @@
 #error "no user-servicable parts inside"
 #endif
 
+#include <sys/kernel.h>
+
 /*
  * This type definition must match that of dtrace_probe. It is defined this
  * way to avoid having to rely on CDDL code.


More information about the p4-projects mailing list