Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2006 20:18:35 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97635 for review
Message-ID:  <200605222018.k4MKIZDf004854@repoman.freebsd.org>

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

Change 97635 by jb@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.



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