Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2006 22:48:26 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96800 for review
Message-ID:  <200605072248.k47MmQbl068573@repoman.freebsd.org>

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

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



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