Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 22:35:22 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95099 for review
Message-ID:  <200604122235.k3CMZMXd043745@repoman.freebsd.org>

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

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



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