PERFORCE change 95103 for review

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


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

Change 95103 by jb at jb_freebsd2 on 2006/04/12 22:45:16

	Only include Solaris system macros on Solaris.

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list