PERFORCE change 95099 for review

John Birrell jb at FreeBSD.org
Wed Apr 12 22:35:23 UTC 2006


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

Change 95099 by jb at jb_freebsd2 on 2006/04/12 22:35:18

	Only include Solaris system macros on Solaris.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/common/ctf/ctf_create.c#2 edit

Differences ...

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

@@ -27,7 +27,9 @@
 
 #pragma ident	"@(#)ctf_create.c	1.6	06/01/07 SMI"
 
+#if	defined(sun)
 #include <sys/sysmacros.h>
+#endif
 #include <sys/param.h>
 #include <sys/mman.h>
 #include <ctf_impl.h>


More information about the p4-projects mailing list