PERFORCE change 95101 for review

John Birrell jb at FreeBSD.org
Wed Apr 12 22:39:30 UTC 2006


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

Change 95101 by jb at jb_freebsd2 on 2006/04/12 22:39:25

	Only include Solaris system macros on Solaris.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_impl.h#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_impl.h#2 (text) ====

@@ -32,7 +32,9 @@
 
 #include <sys/types.h>
 #include <sys/errno.h>
+#if	defined(sun)
 #include <sys/sysmacros.h>
+#endif
 #include <sys/ctf_api.h>
 
 #ifdef _KERNEL


More information about the p4-projects mailing list