PERFORCE change 131402 for review

John Birrell jb at FreeBSD.org
Fri Dec 21 17:22:40 PST 2007


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

Change 131402 by jb at 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.


More information about the p4-projects mailing list