PERFORCE change 96800 for review

John Birrell jb at FreeBSD.org
Sun May 7 22:48:29 UTC 2006


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

Change 96800 by jb at jb_freebsd2 on 2006/05/07 22:48:14

	Clean up the include file paths.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#15 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#15 (text) ====

@@ -54,7 +54,7 @@
 #include <sys/processor.h>
 #include <sys/systm.h>
 #else
-#include <opensolaris/compat/sys/processor.h>
+#include <sys/processor.h>
 #include <sys/param.h>
 #include <sys/linker.h>
 #include <sys/ioccom.h>
@@ -66,8 +66,8 @@
 typedef struct linker_file modctl_t;
 #endif
 #include <sys/ctf_api.h>
+#include <sys/cyclic.h>
 #if defined(sun)
-#include <sys/cyclic.h>
 #include <sys/int_limits.h>
 #else
 #include <sys/stdint.h>


More information about the p4-projects mailing list