Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2007 01:22:39 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131402 for review
Message-ID:  <200712220122.lBM1MdTc082378@repoman.freebsd.org>

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

Change 131402 by jb@jb_freebsd1 on 2007/12/22 01:21:58

	Add a forward definition of a structure to aviod having to include
	other headers to include this header.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/dtrace_bsd.h#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/dtrace_bsd.h#6 (text+ko) ====

@@ -31,6 +31,9 @@
 #ifndef _SYS_DTRACE_BSD_H
 #define	_SYS_DTRACE_BSD_H
 
+/* Forward definitions: */
+struct trapframe;
+
 /*
  * Cyclic clock function type definition used to hook the cyclic
  * subsystem into the appropriate timer interrupt.



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